moved includes to setup.h so that the project headers also pick them up (eleminate gcc warning).

This commit is contained in:
Gunter Knauf 2007-06-30 23:45:57 +00:00
parent c4931601c6
commit ca3e5a6322
4 changed files with 8 additions and 6 deletions

View file

@ -315,6 +315,10 @@ int fileno( FILE *stream);
#endif
#ifdef NETWARE
#ifndef __NOVELL_LIBC__
#include <sys/bsdskt.h>
#include <sys/timeval.h>
#endif
#undef HAVE_ALARM
#endif