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:
parent
621b457432
commit
ebdab982e9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user