openat: Include <stdbool.h>.
authorBruno Haible <bruno@clisp.org>
Sat, 5 Nov 2011 08:42:48 +0000 (09:42 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 5 Nov 2011 08:42:48 +0000 (09:42 +0100)
* lib/openat.c: Include <stdbool.h>.

ChangeLog
lib/openat.c

index 861da04..2dd6a8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-05  Bruno Haible  <bruno@clisp.org>
+
+       openat: Include <stdbool.h>.
+       * lib/openat.c: Include <stdbool.h>.
+
 2011-11-04  Bruno Haible  <bruno@clisp.org>
 
        fchownat, renameat, unlinkat: Fix dependencies.
index 0768b48..a12fe20 100644 (file)
@@ -42,6 +42,7 @@ orig_openat (int fd, char const *filename, int flags, mode_t mode)
 #include "openat.h"
 
 #include <stdarg.h>
+#include <stdbool.h>
 #include <stddef.h>
 #include <string.h>
 #include <sys/stat.h>