Compilation fix for OS/2.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2007-11-21 14:17:05 +00:00
parent 37ab9399a8
commit 47f63c5b19

View File

@ -31,6 +31,7 @@
#endif
#ifdef HAVE_SYS_SELECT_H
#include <sys/time.h>
#include <sys/select.h>
#endif