[project @ 1997-05-26 20:49:19 by andre]
[ghc-hetmet.git] / ghc / lib / cbits / inputReady.lc
index 0b2816c..2fa65a7 100644 (file)
 #include <sys/types.h>
 #endif
 
+#ifdef _AIX 
+/* this is included from sys/types.h only if _BSD is defined. */
+/* Since it is not, I include it here. - andre */
+#include <sys/select.h>
+#endif
+
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif