]> sigrok.org Git - libsigrok.git/blobdiff - hardware/demo/demo.c
libsigrok: Fix #includes.
[libsigrok.git] / hardware / demo / demo.c
index 1492dadf3ad205032889bebd521505077791e040..9531d0b03f08fc943faf516b1ae2ade1fc78e931 100644 (file)
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
-#include <sigrok.h>
-#include <sigrok-internal.h>
 #ifdef _WIN32
 #include <io.h>
 #include <fcntl.h>
 #define pipe(fds) _pipe(fds, 4096, _O_BINARY)
 #endif
 #include "config.h"
+#include "sigrok.h"
+#include "sigrok-internal.h"
 
 /* TODO: Number of probes should be configurable. */
 #define NUM_PROBES             8