summaryrefslogtreecommitdiff
path: root/test_utils
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2017-03-23 11:54:44 +0100
committerMartin Matuska <martin@matuska.org>2017-03-23 11:54:44 +0100
commit3627d67e773badf49b746e5e1d2fefdfe08b66b9 (patch)
tree431136f811b94fc8249546c0903814c08b77c8af /test_utils
parent4fb11600dd38b0b32f16bd4539b32bdc84738736 (diff)
downloadlibarchive-3627d67e773badf49b746e5e1d2fefdfe08b66b9.tar.gz
tar: fix conditionals and add richacl support to test_option_acls
Diffstat (limited to 'test_utils')
-rw-r--r--test_utils/test_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test_utils/test_common.h b/test_utils/test_common.h
index 43cbc5ed..eca7b363 100644
--- a/test_utils/test_common.h
+++ b/test_utils/test_common.h
@@ -79,6 +79,9 @@
#ifdef HAVE_SYS_ACL_H
#include <sys/acl.h>
#endif
+#ifdef HAVE_SYS_RICHACL_H
+#include <sys/richacl.h>
+#endif
#ifdef HAVE_WINDOWS_H
#include <windows.h>
#endif