]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/selectdispatcher.cpp
Compile with printarch off
[wxWidgets.git] / src / common / selectdispatcher.cpp
index f13df0daa6c7e31cac77b0a0c2be4a7d8420add7..9321e7c837c61a9ac1bb0294403ee6365c4cf449 100644 (file)
@@ -30,7 +30,8 @@
     #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