euidaccess: fix compilation error
authorEric Blake <ebb9@byu.net>
Tue, 8 Sep 2009 19:06:02 +0000 (13:06 -0600)
committerEric Blake <ebb9@byu.net>
Tue, 8 Sep 2009 19:07:23 +0000 (13:07 -0600)
* lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/euidaccess.c

index 9316020..8cf27c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-09-08  Eric Blake  <ebb9@byu.net>
 
+       euidaccess: fix compilation error
+       * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
+
        rawmemchr: relax license
        * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
        okay.
index 5ba59b0..dcb6e3a 100644 (file)
@@ -25,6 +25,7 @@
 # include <config.h>
 #endif
 
+#include <fcntl.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>