#include <sys/select.h> if we have it (#3760)
[ghc-hetmet.git] / rts / posix / Select.c
index 46db405..d36e122 100644 (file)
 #include "Select.h"
 #include "AwaitEvent.h"
 
+# ifdef HAVE_SYS_SELECT_H
+#  include <sys/select.h>
+# endif
+
 # ifdef HAVE_SYS_TYPES_H
 #  include <sys/types.h>
 # endif