changeset 16032:2c7d38fed72d

openat: Include <stdbool.h>. * lib/openat.c: Include <stdbool.h>.
author Bruno Haible <bruno@clisp.org>
date Sat, 05 Nov 2011 09:42:48 +0100
parents 9ca6cb4ce462
children 917610de47d7
files ChangeLog lib/openat.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/lib/openat.c
+++ b/lib/openat.c
@@ -42,6 +42,7 @@
 #include "openat.h"
 
 #include <stdarg.h>
+#include <stdbool.h>
 #include <stddef.h>
 #include <string.h>
 #include <sys/stat.h>