X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Foutput%2Fsrzip.c;h=ae066cde228b4f66a240458cf0f803281b0e6db4;hp=409421cbbf3b862721942d676f66e90dc5149faa;hb=c1aae90038456a61d0f9313d34e6107c3440d3e7;hpb=7df31ae8978fd719646384ba1889fd69a038a45c diff --git a/src/output/srzip.c b/src/output/srzip.c index 409421cb..ae066cde 100644 --- a/src/output/srzip.c +++ b/src/output/srzip.c @@ -24,7 +24,7 @@ #include #include #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" #define LOG_PREFIX "output/srzip" @@ -317,6 +317,7 @@ SR_PRIV struct sr_output_module output_srzip = { .name = "srzip", .desc = "srzip session file", .exts = (const char*[]){"sr", NULL}, + .flags = SR_OUTPUT_INTERNAL_IO_HANDLING, .options = get_options, .init = init, .receive = receive,