diff options
-rw-r--r-- | usr.bin/tar/bsdtar_platform.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/tar/bsdtar_platform.h b/usr.bin/tar/bsdtar_platform.h index 5367a14..f3d283b 100644 --- a/usr.bin/tar/bsdtar_platform.h +++ b/usr.bin/tar/bsdtar_platform.h @@ -127,6 +127,10 @@ #endif #endif +#ifdef HAVE_LIBACL +#include <acl/libacl.h> +#endif + #if HAVE_ACL_GET_PERM #define ACL_GET_PERM acl_get_perm #else |