]> git.saurik.com Git - wxWidgets.git/commitdiff
Get rid of warning about select being undeclared on OS/2.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 8 Aug 2004 21:03:51 +0000 (21:03 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 8 Aug 2004 21:03:51 +0000 (21:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/gsocket.cpp

index 9713fde61e57af85da5d29582c2f010e4aebffff..6aaa755cf977ad73afeb01ebc3fd6ce405b85039 100644 (file)
@@ -87,6 +87,10 @@ int _System bsdselect(int,
 int _System soclose(int);
 #  endif
 #endif
+#ifdef __EMX__
+#include <sys/select.h>
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <stddef.h>