serial.c: Drop unneeded <glob.h>.
This is no longer used, and also it is not available on Android and thus breaks cross-compilation for Android. Thanks Marcus Comstedt <marcus@mc.pp.se> for reporting.
This commit is contained in:
parent
e6523173cf
commit
045e9a9918
|
@ -27,7 +27,6 @@
|
|||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <glob.h>
|
||||
#include <termios.h>
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue