Watcom lacks <sys/time.h>.

This commit is contained in:
Gisle Vanem
2006-08-29 18:45:55 +00:00
parent 6de9732a88
commit 59cf6fd4f0
11 changed files with 21 additions and 1 deletions

View File

@@ -25,7 +25,9 @@
#ifndef WIN32
/* headers for non-win32 */
#ifndef __WATCOMC__
#include <sys/time.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif