changeset 15741:4a8092c21b94

select: Avoid compilation error on MSVC. * lib/select.c: Don't include <stdbool.h>.
author Bruno Haible <bruno@clisp.org>
date Thu, 22 Sep 2011 23:33:51 +0200
parents f94acfaf527e
children 13505a7899dc
files ChangeLog lib/select.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/lib/select.c
+++ b/lib/select.c
@@ -27,7 +27,6 @@
 /* Native Win32.  */
 
 #include <sys/types.h>
-#include <stdbool.h>
 #include <errno.h>
 #include <limits.h>