summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap_ctdb.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-07-06 14:27:03 +0200
committerMichael Adam <obnox@samba.org>2011-07-29 12:23:12 +0200
commitf72153ea83368cd7035b4a1003e35fedcb905ff6 (patch)
tree8a2b347f4f81dcb463670915155527e0ddd9074c /source3/lib/dbwrap_ctdb.c
parentd004fd0b53fb6f3ae64f0e24cf51f4471d434574 (diff)
downloadsamba-f72153ea83368cd7035b4a1003e35fedcb905ff6.tar.gz
samba-f72153ea83368cd7035b4a1003e35fedcb905ff6.tar.bz2
samba-f72153ea83368cd7035b4a1003e35fedcb905ff6.zip
s3:dbwrap: explicitly include dbwrap.h in dbwrap_ctdb.c
This used to come in via g_lock.h Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
Diffstat (limited to 'source3/lib/dbwrap_ctdb.c')
-rw-r--r--source3/lib/dbwrap_ctdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/dbwrap_ctdb.c b/source3/lib/dbwrap_ctdb.c
index 2464b3b550..049fef6bc7 100644
--- a/source3/lib/dbwrap_ctdb.c
+++ b/source3/lib/dbwrap_ctdb.c
@@ -26,6 +26,7 @@
#include "ctdb.h"
#include "ctdb_private.h"
#include "ctdbd_conn.h"
+#include "dbwrap.h"
#include "g_lock.h"
#include "messages.h"