diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-03-22 18:16:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:50 -0500 |
commit | 035bb5cc6ff4645bf2fd52785a3b31c3319eaa08 (patch) | |
tree | 936f5ef5596f2bef059924708612f5d64e1ab9df /source3/lib/replace | |
parent | e68ea1283de0d915656faaa599bd27054da7bf1c (diff) | |
download | samba-035bb5cc6ff4645bf2fd52785a3b31c3319eaa08.tar.gz samba-035bb5cc6ff4645bf2fd52785a3b31c3319eaa08.tar.bz2 samba-035bb5cc6ff4645bf2fd52785a3b31c3319eaa08.zip |
r21934: fix the build sorry
metze
(This used to be commit 184c4619773f786c5299499e121e485b7545764f)
Diffstat (limited to 'source3/lib/replace')
-rw-r--r-- | source3/lib/replace/system/filesys.h | 2 |
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 |