+2006-05-22 Bruno Haible <bruno@clisp.org>
+
+ * msgfilter.c: Include <sys/select.h> also on Minix.
+ Reported by Leonard den Ottolander <leonard@den.ottolander.nl>.
+
2006-05-17 Bruno Haible <bruno@clisp.org>
Cygwin portability.
# include <io.h>
#endif
-/* Get fd_set (on AIX) or select() declaration (on EMX). */
-#if defined (_AIX) || defined (__EMX__)
+/* Get fd_set (on AIX or Minix) or select() declaration (on EMX). */
+#if defined (_AIX) || defined (_MINIX) || defined (__EMX__)
# include <sys/select.h>
#endif