diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-30 08:36:51 -0600 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-30 15:38:12 +0200 |
commit | 4ccf3a05af0f3c09ff8e85c63578cf1857312e6b (patch) | |
tree | 70c4b7f6e59855539acbdca4f0f96ca9443f4ece /source3 | |
parent | 9b704e4b9a740e233cf05233108700b4486b849c (diff) | |
download | samba-4ccf3a05af0f3c09ff8e85c63578cf1857312e6b.tar.gz samba-4ccf3a05af0f3c09ff8e85c63578cf1857312e6b.tar.bz2 samba-4ccf3a05af0f3c09ff8e85c63578cf1857312e6b.zip |
s3: Fix the build of the nfs4_acl module
Diffstat (limited to 'source3')
-rw-r--r-- | source3/modules/nfs4_acls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c index 36a3057e66..f8a61c96cd 100644 --- a/source3/modules/nfs4_acls.c +++ b/source3/modules/nfs4_acls.c @@ -20,6 +20,7 @@ #include "includes.h" #include "nfs4_acls.h" #include "librpc/gen_ndr/ndr_security.h" +#include "include/dbwrap.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_ACLS |