#else
#include <sys/time.h>
#endif
+#ifdef HAS_SELECT
+# ifdef I_SYS_SELECT
+# include <sys/select.h>
+# endif
+#endif
#ifdef __cplusplus
}
#endif
# C compiler and default options.
cc=gcc
-ccflags="-D_SVID_SOURCE -D_POSIX_C_SOURCE=199509L -I."
+ccflags="-D_SVID_SOURCE -D_POSIX_C_SOURCE=199509L"
# Make command.
make="/system/gnu_library/bin/gmake"
#endif
#if defined(__VOS__)
-# include "vos/vosish.h"
+# include "./vos/vosish.h"
# define ISHISH "vos"
#endif
-#include "unixish.h"
+#include "../unixish.h"
/* The following declaration is an avoidance for posix-950. */
extern int ioctl (int fd, int request, ...);