]> sigrok.org Git - libsigrok.git/blobdiff - src/output/analog.c
sigrok.m4: License header consistency fixes.
[libsigrok.git] / src / output / analog.c
index 406d8c6e593c0f8b3f6c0bb2a1707963f7013638..ed8e163e4984f7ec3b626cd29e38867f369c5ad5 100644 (file)
@@ -21,7 +21,7 @@
 #include <string.h>
 #include <math.h>
 #include <glib.h>
-#include "libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
 #define LOG_PREFIX "output/analog"
@@ -345,6 +345,7 @@ SR_PRIV struct sr_output_module output_analog = {
        .name = "Analog",
        .desc = "Analog data and types",
        .exts = NULL,
+       .flags = 0,
        .options = get_options,
        .init = init,
        .receive = receive,