Support Open Watcom C on Linux (as well as Windows).

This commit is contained in:
Dan Fandrich 2008-07-02 18:34:00 +00:00
parent bfaab6ed6b
commit ee64d14733
3 changed files with 6 additions and 2 deletions

View file

@ -71,7 +71,7 @@
#ifndef _WIN32_WCE
#include <sys/socket.h>
#endif
#ifndef __WATCOMC__
#if !defined(WIN32) || !defined(__WATCOMC__)
#include <sys/time.h>
#endif
#include <sys/types.h>