]> sigrok.org Git - libsigrok.git/blobdiff - src/output/binary.c
session.c: Fix key order.
[libsigrok.git] / src / output / binary.c
index 10f0409feeb807bc9d3a50e93b6f48c2691935b5..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"
@@ -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,
 };