]> sigrok.org Git - libsigrok.git/blobdiff - src/output/gnuplot.c
Build: Set local include directories in Makefile.am
[libsigrok.git] / src / output / gnuplot.c
index 053f042495bdd45adbbb44f14e4f54c26fbf6c31..111dcadf26b6b4a4f8d2d14bb54d42616435bb67 100644 (file)
@@ -22,7 +22,7 @@
 #include <string.h>
 #include <glib.h>
 #include "config.h" /* Needed for PACKAGE_STRING and others. */
-#include "libsigrok.h"
+#include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"
 
 #define LOG_PREFIX "output/gnuplot"
@@ -221,6 +221,7 @@ SR_PRIV struct sr_output_module output_gnuplot = {
        .name = "Gnuplot",
        .desc = "Gnuplot data file format",
        .exts = (const char*[]){"dat", NULL},
+       .flags = 0,
        .options = NULL,
        .init = init,
        .receive = receive,