]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/serial.c
libsigrok: Fix #includes.
[libsigrok.git] / hardware / common / serial.c
index 339577630eeeddf26ca472e4696fc8560b15b231..80b6f22cd2a37e2be1edae8e1344956343397863 100644 (file)
 #endif
 #include <stdlib.h>
 #include <glib.h>
-#include <sigrok.h>
-#include <sigrok-internal.h>
+#include "sigrok.h"
+#include "sigrok-internal.h"
 
 // FIXME: Must be moved, or rather passed as function argument.
 #ifdef _WIN32
-HANDLE hdl;
+static HANDLE hdl;
 #endif
 
 const char *serial_port_glob[] = {