select: Avoid compilation error on MSVC.
authorBruno Haible <bruno@clisp.org>
Thu, 22 Sep 2011 21:33:51 +0000 (23:33 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 22 Sep 2011 21:33:51 +0000 (23:33 +0200)
* lib/select.c: Don't include <stdbool.h>.

ChangeLog
lib/select.c

index df95702..aca9b43 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-22  Bruno Haible  <bruno@clisp.org>
+
+       select: Avoid compilation error on MSVC.
+       * lib/select.c: Don't include <stdbool.h>.
+
 2011-09-21  Bruno Haible  <bruno@clisp.org>
 
        Consolidate all uses of PATH_MAX in *.m4 files.
index 042ab22..4848859 100644 (file)
@@ -27,7 +27,6 @@
 /* Native Win32.  */
 
 #include <sys/types.h>
-#include <stdbool.h>
 #include <errno.h>
 #include <limits.h>