]> git.saurik.com Git - wxWidgets.git/commitdiff
Another attempt at fixing Watcom compilation.
authorStefan Neis <Stefan.Neis@t-online.de>
Tue, 1 Apr 2008 22:19:25 +0000 (22:19 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Tue, 1 Apr 2008 22:19:25 +0000 (22:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/private/selectdispatcher.h

index 9ee71d4f9fb11b34d1d1fc12587a5ac95e196dc3..5eed47c55c081530803911b803b489ba05237d59 100644 (file)
@@ -18,7 +18,9 @@
 #ifdef __WATCOMC__
   #include <types.h>
   #include <sys/ioctl.h>
+  #include <sys/time.h>
   #include <sys/select.h>
+  #include <tcpustd.h>
 #else
   #include <sys/types.h>
 #endif