]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsunx.cpp
Detect and use sys/select.h required by POSIX for select
[wxWidgets.git] / src / unix / utilsunx.cpp
index 29c1320025ded2b64713b7bc98182f9791ab01c3..41f5184b3a7ce094ac684acb8c08b868561347fd 100644 (file)
 
 #include <pwd.h>
 
+#ifdef HAVE_SYS_SELECT_H
+#   include <sys/select.h>
+#endif
+
 #define HAS_PIPE_INPUT_STREAM (wxUSE_STREAMS && wxUSE_FILE)
 
 #if HAS_PIPE_INPUT_STREAM