* libio/genops.c: Include <stdbool.h>.
authorRoland McGrath <roland@gnu.org>
Wed, 1 Feb 2006 20:00:03 +0000 (20:00 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 1 Feb 2006 20:00:03 +0000 (20:00 +0000)
ChangeLog
libio/genops.c

index 258560e..4af475f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Fix a typo.
        * sysdeps/s390/fpu/libm-test-ulps: Remove llrint ulps.
 
+2006-01-19  Thomas Schwinge  <tschwinge@gnu.org>
+
+       * libio/genops.c: Include <stdbool.h>.
+
 2006-02-01  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add
index da29ade..030343e 100644 (file)
@@ -33,6 +33,7 @@
 #include <stdlib.h>
 #endif
 #include <string.h>
+#include <stdbool.h>
 
 #ifdef _IO_MTSAFE_IO
 static _IO_lock_t list_all_lock = _IO_lock_initializer;