X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a12698abb72c090dba6907506781ae979b0ef606..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/include/wx/private/selectdispatcher.h diff --git a/include/wx/private/selectdispatcher.h b/include/wx/private/selectdispatcher.h index 1dc1ed290f..5c17fe650e 100644 --- a/include/wx/private/selectdispatcher.h +++ b/include/wx/private/selectdispatcher.h @@ -15,14 +15,17 @@ #if wxUSE_SELECT_DISPATCHER +#if defined(HAVE_SYS_SELECT_H) || defined(__WATCOMC__) + #include + #include +#endif + #ifdef __WATCOMC__ - #include - #include - #include - #include - #include + #include + #include + #include #else - #include + #include #endif #include "wx/private/fdiodispatcher.h"