]> git.saurik.com Git - wxWidgets.git/commitdiff
Blind compilation fix for Watcom.
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 24 Nov 2007 22:09:05 +0000 (22:09 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 24 Nov 2007 22:09:05 +0000 (22:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/selectdispatcher.cpp

index 0188a76ec09f1e6d1a2c58dae3cf351267ef60e5..9321e7c837c61a9ac1bb0294403ee6365c4cf449 100644 (file)
@@ -30,7 +30,7 @@
     #include "wx/intl.h"
 #endif
 
     #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
     #include <sys/time.h>
     #include <sys/select.h>
 #endif