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 9316020ba4b625f657029f2216981fd3be314581..8cf27c034573f1f82a594de28f34d2acfed20569 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 5ba59b0ef6fcd23c5695e5f24e7e73b5a9f1d5f0..dcb6e3a9316bc120f9182abd55252ea9de5c45ba 100644 (file)
@@ -25,6 +25,7 @@
 # include <config.h>
 #endif
 
+#include <fcntl.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>