X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fbinary.c;h=196aa4751a3975f0d327692376d206708ae2b77d;hb=64bc73f5282ec0e7da6e00a8d078191e5375dc5c;hp=10f0409feeb807bc9d3a50e93b6f48c2691935b5;hpb=a755b0e122105d934c4e7b97435420eda6df6e8e;p=libsigrok.git diff --git a/src/output/binary.c b/src/output/binary.c index 10f0409f..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" @@ -46,6 +46,8 @@ SR_PRIV struct sr_output_module output_binary = { .id = "binary", .name = "Binary", .desc = "Raw binary", + .exts = NULL, + .flags = 0, .options = NULL, .receive = receive, };