]> sigrok.org Git - libsigrok.git/commitdiff
serial.c: Drop unneeded <glob.h>.
authorUwe Hermann <redacted>
Fri, 30 Aug 2013 14:34:39 +0000 (16:34 +0200)
committerUwe Hermann <redacted>
Fri, 30 Aug 2013 14:35:56 +0000 (16:35 +0200)
This is no longer used, and also it is not available on Android and thus
breaks cross-compilation for Android.

Thanks Marcus Comstedt <redacted> for reporting.

hardware/common/serial.c

index 5490608ceeb5dffa92cf3e82ad8fb53f70c82968..306b889c7db007cdd052733776a5229841e56e35 100644 (file)
@@ -27,7 +27,6 @@
 #ifdef _WIN32
 #include <windows.h>
 #else
-#include <glob.h>
 #include <termios.h>
 #include <sys/ioctl.h>
 #endif