]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/selectdispatcher.h
added wxWeakRef<T> (slightly modified patch 1860953)
[wxWidgets.git] / include / wx / private / selectdispatcher.h
index eea139f37c6b2fa5506f1249211ff0981dfc1f16..9d75cdd77f2807ca6059d84f45dc7d2e03348263 100644 (file)
 
 #if wxUSE_SELECT_DISPATCHER
 
-#include <sys/types.h>
+#ifdef __WATCOMC__
+  #include <types.h>
+  #include <sys/ioctl.h>
+  #include <sys/select.h>
+#else
+  #include <sys/types.h>
+#endif
 
 #include "wx/private/fdiodispatcher.h"