X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fwav.c;h=c23602354d969abc078e52f1cf39c0bf63fd4b61;hb=9380ec2f05e67518b1b23057749df3684a0cf05e;hp=45854caac1f684f445d2bee87e032e9cff831c79;hpb=a82c83c6a506a41154344593948de859e5b9ae7e;p=libsigrok.git diff --git a/src/output/wav.c b/src/output/wav.c index 45854caa..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,9 +352,9 @@ 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, .cleanup = cleanup, }; -