Watcom lacks <sys/time.h>.

This commit is contained in:
Gisle Vanem 2006-09-03 13:45:42 +00:00
parent dc9f154823
commit 6728bda5c5
1 changed files with 2 additions and 0 deletions

View File

@ -158,7 +158,9 @@ extern "C" {
#ifndef _WIN32_WCE
#include <sys/socket.h>
#endif
#ifndef __WATCOMC__
#include <sys/time.h>
#endif
#include <sys/types.h>
#endif