explicitly including sys/select.h as NetWare LibC sys/types.h does not include sys/select.h implicitly as other LibC

This commit is contained in:
Anantha Kesari H Y 2004-10-08 07:43:41 +00:00
parent df06803187
commit 7ab517bcbf
2 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,10 @@
# include <sys/types.h>
#endif
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#ifdef HAVE_IEEEFP_H
# include <ieeefp.h>
#endif

View File

@ -34,6 +34,7 @@ typedef unsigned int uint;
/* #include <malloc.h> */
#define HAVE_STRING_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_STDLIB_H 1
#undef HAVE_KILL
#define HAVE_GETPID 1