git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53220 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -24,14 +24,13 @@
#include <grass/config.h>
#include <grass/glocale.h>
+#ifdef HAVE_TERMIOS_H
+# include <termios.h>
+#endif
+
#ifdef HAVE_SYS_IOCTL_H
-#ifdef __ANDROID__
-# include <asm/ioctls.h>
-# include <asm/termios.h>
-#else
# include <sys/ioctl.h>
#endif
-#endif
typedef int ls_filter_func(const char * /*filename */ , void * /*closure */ );