]> sigrok.org Git - libsigrok.git/blobdiff - src/output/binary.c
Remove some unneeded double-spaces.
[libsigrok.git] / src / output / binary.c
index 10f0409feeb807bc9d3a50e93b6f48c2691935b5..943b6ebcb343540ac67c9a249780067ce99f7bf5 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <config.h>
 #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 +47,8 @@ SR_PRIV struct sr_output_module output_binary = {
        .id = "binary",
        .name = "Binary",
        .desc = "Raw binary",
+       .exts = NULL,
+       .flags = 0,
        .options = NULL,
        .receive = receive,
 };