summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-18 18:59:23 +0200
committerGünther Deschner <gd@samba.org>2010-08-26 00:25:55 +0200
commit7a05ca2c9cd387a92e1ad699ae72caea55895c13 (patch)
treef62c3b24c67766013470d40f2193747e234634dd /source3/smbd
parentca765d2f50f8eff1537f70bb637918d90301acf4 (diff)
downloadsamba-7a05ca2c9cd387a92e1ad699ae72caea55895c13.tar.gz
samba-7a05ca2c9cd387a92e1ad699ae72caea55895c13.tar.bz2
samba-7a05ca2c9cd387a92e1ad699ae72caea55895c13.zip
s3-build: use dbwrap.h only where needed.
Guenther
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/connection.c1
-rw-r--r--source3/smbd/notify_internal.c1
-rw-r--r--source3/smbd/session.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/source3/smbd/connection.c b/source3/smbd/connection.c
index 9b766d586e..9653723e13 100644
--- a/source3/smbd/connection.c
+++ b/source3/smbd/connection.c
@@ -19,6 +19,7 @@
#include "includes.h"
#include "smbd/globals.h"
+#include "dbwrap.h"
/****************************************************************************
Delete a connection record.
diff --git a/source3/smbd/notify_internal.c b/source3/smbd/notify_internal.c
index c559c1f53e..d1475d2f7a 100644
--- a/source3/smbd/notify_internal.c
+++ b/source3/smbd/notify_internal.c
@@ -26,6 +26,7 @@
#include "includes.h"
#include "librpc/gen_ndr/ndr_notify.h"
#include "librpc/gen_ndr/messaging.h"
+#include "dbwrap.h"
struct notify_context {
struct db_context *db_recursive;
diff --git a/source3/smbd/session.c b/source3/smbd/session.c
index a8bb0daa3a..185ba800be 100644
--- a/source3/smbd/session.c
+++ b/source3/smbd/session.c
@@ -28,6 +28,7 @@
#include "includes.h"
#include "smbd/globals.h"
+#include "dbwrap.h"
/********************************************************************
called when a session is created