acl tests: Fix compilation error on HP-UX 11.
authorBruno Haible <bruno@clisp.org>
Thu, 9 Jun 2011 09:35:25 +0000 (11:35 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 9 Jun 2011 09:35:25 +0000 (11:35 +0200)
* tests/test-sameacls.c: Include <sys/acl.h> also on HP-UX.

ChangeLog
tests/test-sameacls.c

index b50223d485878e3e2532da678ed3e5ce7c941c5c..a7c9ecc12b9be4503b7196f5ac0479892d880f23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-06-09  Bruno Haible  <bruno@clisp.org>
+
+       acl tests: Fix compilation error on HP-UX 11.
+       * tests/test-sameacls.c: Include <sys/acl.h> also on HP-UX.
+
 2011-06-09  Bruno Haible  <bruno@clisp.org>
 
        rmdir: Avoid test failure on HP-UX 10.20.
index 557b27d8fb879cada97a7274729c1ec93b7926ec..0f777b55be9c68244398ae1eb060cc8eb145d071 100644 (file)
@@ -24,7 +24,7 @@
 #include <string.h>
 #include <sys/stat.h>
 
-#if HAVE_ACL_GET_FILE || HAVE_FACL || HAVE_ACLX_GET || HAVE_STATACL || HAVE_ACLSORT
+#if HAVE_ACL_GET_FILE || HAVE_FACL || HAVE_GETACL || HAVE_ACLX_GET || HAVE_STATACL || HAVE_ACLSORT
 # include <sys/types.h>
 # include <sys/acl.h>
 #endif