]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/selectdispatcher.cpp
moving things to private headers
[wxWidgets.git] / src / common / selectdispatcher.cpp
index 0188a76ec09f1e6d1a2c58dae3cf351267ef60e5..9321e7c837c61a9ac1bb0294403ee6365c4cf449 100644 (file)
@@ -30,7 +30,7 @@
     #include "wx/intl.h"
 #endif
 
-#ifdef HAVE_SYS_SELECT_H
+#if defined(HAVE_SYS_SELECT_H) || defined(__WATCOMC__)
     #include <sys/time.h>
     #include <sys/select.h>
 #endif