]> sigrok.org Git - libsigrok.git/blobdiff - hardware/common/serial.c
MinGW: Build fixes.
[libsigrok.git] / hardware / common / serial.c
index f6efe3e26465e30d42411adcd08e7d922479701f..5205c188e6b785beeac473ff3e6db9dc0b38b0cc 100644 (file)
@@ -23,7 +23,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #ifdef _WIN32
-#include <conio.h>
+#include <windows.h>
 #else
 #include <glob.h>
 #include <termios.h>