X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fbinary.c;h=196aa4751a3975f0d327692376d206708ae2b77d;hb=64bc73f5282ec0e7da6e00a8d078191e5375dc5c;hp=04627f32287c13e46adc09fcf88d96ef6344d64c;hpb=8a174d23427735617d69c7502ed8dcade786bbf9;p=libsigrok.git diff --git a/src/output/binary.c b/src/output/binary.c index 04627f32..196aa475 100644 --- a/src/output/binary.c +++ b/src/output/binary.c @@ -21,7 +21,7 @@ #include #include #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" #define LOG_PREFIX "output/binary" @@ -47,6 +47,7 @@ SR_PRIV struct sr_output_module output_binary = { .name = "Binary", .desc = "Raw binary", .exts = NULL, + .flags = 0, .options = NULL, .receive = receive, };