summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-03-22 18:16:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:50 -0500
commit035bb5cc6ff4645bf2fd52785a3b31c3319eaa08 (patch)
tree936f5ef5596f2bef059924708612f5d64e1ab9df
parente68ea1283de0d915656faaa599bd27054da7bf1c (diff)
downloadsamba-035bb5cc6ff4645bf2fd52785a3b31c3319eaa08.tar.gz
samba-035bb5cc6ff4645bf2fd52785a3b31c3319eaa08.tar.bz2
samba-035bb5cc6ff4645bf2fd52785a3b31c3319eaa08.zip
r21934: fix the build sorry
metze (This used to be commit 184c4619773f786c5299499e121e485b7545764f)
-rw-r--r--source3/lib/replace/system/filesys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace/system/filesys.h b/source3/lib/replace/system/filesys.h
index ae36d17a0a..3b68abe48a 100644
--- a/source3/lib/replace/system/filesys.h
+++ b/source3/lib/replace/system/filesys.h
@@ -41,7 +41,7 @@
#include <sys/acl.h>
#endif
-#ifdef HAVE_SYS_ACL_H
+#ifdef HAVE_ACL_LIBACL_H
#include <acl/libacl.h>
#endif