From: Bruno Haible Date: Thu, 9 Jun 2011 09:35:25 +0000 (+0200) Subject: acl tests: Fix compilation error on HP-UX 11. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=977668097235961df277425c64c0d2f51b3eed0f;p=pspp acl tests: Fix compilation error on HP-UX 11. * tests/test-sameacls.c: Include also on HP-UX. --- diff --git a/ChangeLog b/ChangeLog index b50223d485..a7c9ecc12b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-06-09 Bruno Haible + + acl tests: Fix compilation error on HP-UX 11. + * tests/test-sameacls.c: Include also on HP-UX. + 2011-06-09 Bruno Haible rmdir: Avoid test failure on HP-UX 10.20. diff --git a/tests/test-sameacls.c b/tests/test-sameacls.c index 557b27d8fb..0f777b55be 100644 --- a/tests/test-sameacls.c +++ b/tests/test-sameacls.c @@ -24,7 +24,7 @@ #include #include -#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 # include #endif