]> sigrok.org Git - libsigrok.git/commitdiff
sr: Add missing #include, fixes warning.
authorUwe Hermann <redacted>
Mon, 13 Feb 2012 18:49:09 +0000 (19:49 +0100)
committerUwe Hermann <redacted>
Mon, 13 Feb 2012 18:49:09 +0000 (19:49 +0100)
input/binary.c

index 59c79c436fdda64f16c94fbc425969a2bbe55027..50f7f501820382031307ca4412eea28cfa49a1ad 100644 (file)
@@ -24,6 +24,7 @@
 #include <unistd.h>
 #include <sys/time.h>
 #include "sigrok.h"
+#include "sigrok-internal.h"
 
 #define CHUNKSIZE             (512 * 1024)
 #define DEFAULT_NUM_PROBES    8