diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-07 21:04:31 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-08 11:23:23 +0200 |
commit | 6e6aaacedb96ea45a5b8a9237915525a87189001 (patch) | |
tree | 8b396716924680b0fb5b7d03c21d481752c7901a /source3/modules | |
parent | 6b2749f8a9f527c1d52ba76566c661cab30b59c6 (diff) | |
download | samba-6e6aaacedb96ea45a5b8a9237915525a87189001.tar.gz samba-6e6aaacedb96ea45a5b8a9237915525a87189001.tar.bz2 samba-6e6aaacedb96ea45a5b8a9237915525a87189001.zip |
lib/util Move bitmap.c to lib/util
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_acl_common.c | 1 | ||||
-rw-r--r-- | source3/modules/vfs_full_audit.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/modules/vfs_acl_common.c b/source3/modules/vfs_acl_common.c index bee7966dfc..b01fd18b9b 100644 --- a/source3/modules/vfs_acl_common.c +++ b/source3/modules/vfs_acl_common.c @@ -23,6 +23,7 @@ #include "system/filesys.h" #include "../libcli/security/security.h" #include "../librpc/gen_ndr/ndr_security.h" +#include "../lib/util/bitmap.h" static NTSTATUS create_acl_blob(const struct security_descriptor *psd, DATA_BLOB *pblob, diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c index 362749a90f..19092c4df0 100644 --- a/source3/modules/vfs_full_audit.c +++ b/source3/modules/vfs_full_audit.c @@ -65,6 +65,7 @@ #include "auth.h" #include "ntioctl.h" #include "lib/param/loadparm.h" +#include "lib/util/bitmap.h" static int vfs_full_audit_debug_level = DBGC_VFS; |