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:
Uwe Hermann 2013-08-30 16:34:39 +02:00
parent e6523173cf
commit 045e9a9918
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
#ifdef _WIN32
#include <windows.h>
#else
#include <glob.h>
#include <termios.h>
#include <sys/ioctl.h>
#endif