Blind compilation fix for Watcom.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2007-11-24 22:09:05 +00:00
parent 04109b2296
commit 7f6b7a5a6c

View File

@@ -30,7 +30,7 @@
#include "wx/intl.h"
#endif
#ifdef HAVE_SYS_SELECT_H
#if defined(HAVE_SYS_SELECT_H) || defined(__WATCOMC__)
#include <sys/time.h>
#include <sys/select.h>
#endif