Another attempt at fixing Watcom compilation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2008-04-01 22:19:25 +00:00
parent d897635497
commit db3df3c493

View File

@@ -18,7 +18,9 @@
#ifdef __WATCOMC__ #ifdef __WATCOMC__
#include <types.h> #include <types.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <sys/time.h>
#include <sys/select.h> #include <sys/select.h>
#include <tcpustd.h>
#else #else
#include <sys/types.h> #include <sys/types.h>
#endif #endif