X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6dc001c8bd6473db7f29dcef70098131c8ede1ba..bc023abbbbd2b136da9ff65efbbb726daa9fc907:/src/unix/utilsunx.cpp diff --git a/src/unix/utilsunx.cpp b/src/unix/utilsunx.cpp index 29c1320025..41f5184b3a 100644 --- a/src/unix/utilsunx.cpp +++ b/src/unix/utilsunx.cpp @@ -39,6 +39,10 @@ #include +#ifdef HAVE_SYS_SELECT_H +# include +#endif + #define HAS_PIPE_INPUT_STREAM (wxUSE_STREAMS && wxUSE_FILE) #if HAS_PIPE_INPUT_STREAM