]> sigrok.org Git - libsigrok.git/blobdiff - src/output/binary.c
sigrok.m4: License header consistency fixes.
[libsigrok.git] / src / output / binary.c
index 04627f32287c13e46adc09fcf88d96ef6344d64c..196aa4751a3975f0d327692376d206708ae2b77d 100644 (file)
@@ -21,7 +21,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <glib.h>
-#include "libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #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,
 };