From 7a05ca2c9cd387a92e1ad699ae72caea55895c13 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 18:59:23 +0200 Subject: s3-build: use dbwrap.h only where needed. Guenther --- source3/locking/brlock.c | 1 + source3/locking/locking.c | 1 + source3/locking/posix.c | 1 + 3 files changed, 3 insertions(+) (limited to 'source3/locking') diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c index 6c6094cac0..408917ef2e 100644 --- a/source3/locking/brlock.c +++ b/source3/locking/brlock.c @@ -27,6 +27,7 @@ #include "includes.h" #include "librpc/gen_ndr/messaging.h" #include "smbd/globals.h" +#include "dbwrap.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_LOCKING diff --git a/source3/locking/locking.c b/source3/locking/locking.c index 24998ab588..89bd19a710 100644 --- a/source3/locking/locking.c +++ b/source3/locking/locking.c @@ -38,6 +38,7 @@ #include "includes.h" #include "librpc/gen_ndr/messaging.h" #include "smbd/globals.h" +#include "dbwrap.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_LOCKING diff --git a/source3/locking/posix.c b/source3/locking/posix.c index e6acbe8bac..3bddb630db 100644 --- a/source3/locking/posix.c +++ b/source3/locking/posix.c @@ -22,6 +22,7 @@ */ #include "includes.h" +#include "dbwrap.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_LOCKING -- cgit