Get rid of warning about select being undeclared on OS/2.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2004-08-08 21:03:51 +00:00
parent 621b457432
commit ebdab982e9

View 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>