X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fwav.c;h=c23602354d969abc078e52f1cf39c0bf63fd4b61;hb=7c16e74d45b91123206efee2116d86462c8e707c;hp=e9c7d6fd1a70bee549121c7ac1872619532e377d;hpb=1beccaed464a4d92a070988a0331fe399f9f7a7a;p=libsigrok.git diff --git a/src/output/wav.c b/src/output/wav.c index e9c7d6fd..c2360235 100644 --- a/src/output/wav.c +++ b/src/output/wav.c @@ -18,7 +18,7 @@ */ #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" #define LOG_PREFIX "output/wav" @@ -352,6 +352,7 @@ SR_PRIV struct sr_output_module output_wav = { .name = "WAV", .desc = "Microsoft WAV file format", .exts = (const char*[]){"wav", NULL}, + .flags = 0, .options = get_options, .init = init, .receive = receive,