From b875cdf5db045c26da503cde26ae5c3629e6014a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 5 Nov 2004 12:06:36 +0000 Subject: r3551: these utils need system/filesys.h (This used to be commit 1b945f9f4bcbb6afb3e531e92cd2e904c92c334e) --- source4/utils/getntacl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/utils/getntacl.c') diff --git a/source4/utils/getntacl.c b/source4/utils/getntacl.c index 2a35c93387..72fffd9ee8 100644 --- a/source4/utils/getntacl.c +++ b/source4/utils/getntacl.c @@ -21,6 +21,7 @@ */ #include "includes.h" +#include "system/filesys.h" #if (!defined(HAVE_NO_ACLS) || !defined(HAVE_XATTR_SUPPORT)) -- cgit