From 4ccf3a05af0f3c09ff8e85c63578cf1857312e6b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 30 Aug 2010 08:36:51 -0600 Subject: s3: Fix the build of the nfs4_acl module --- source3/modules/nfs4_acls.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit