]> sigrok.org Git - libsigrok.git/blobdiff - hardware/asix-sigma/asix-sigma.c
Fix warnings: g_fopen() needs <glib/gstdio.h>.
[libsigrok.git] / hardware / asix-sigma / asix-sigma.c
index 9144f196bcc76b2223f4c62d8fdef2c2ebca6f78..4673a39820cb3db991e930bcadaa963cf6d8f606 100644 (file)
@@ -24,6 +24,8 @@
  */
 
 #include "config.h"
+#include <glib.h>
+#include <glib/gstdio.h>
 #include <ftdi.h>
 #include <string.h>
 #include <zlib.h>