summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap/dbwrap_ctdb.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-05-11 21:36:48 +0200
committerMichael Adam <obnox@samba.org>2012-05-13 22:41:48 +0200
commit508a33fc2af8f2c1bcfe9aad5362cf3a9762c585 (patch)
tree6c0669ec82000a6f9d212b04ac3d73b83253df40 /source3/lib/dbwrap/dbwrap_ctdb.c
parent3583922c8277bf0ab9003953cb0a6ba27b7e7988 (diff)
downloadsamba-508a33fc2af8f2c1bcfe9aad5362cf3a9762c585.tar.gz
samba-508a33fc2af8f2c1bcfe9aad5362cf3a9762c585.tar.bz2
samba-508a33fc2af8f2c1bcfe9aad5362cf3a9762c585.zip
s3:dbwrap: move definition of dbwrap_lock_order to dbwrap.h
This is needed in all of the library, not only in the dbwrap_open part.
Diffstat (limited to 'source3/lib/dbwrap/dbwrap_ctdb.c')
-rw-r--r--source3/lib/dbwrap/dbwrap_ctdb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/dbwrap/dbwrap_ctdb.c b/source3/lib/dbwrap/dbwrap_ctdb.c
index 933cad5ebd..1e9975417d 100644
--- a/source3/lib/dbwrap/dbwrap_ctdb.c
+++ b/source3/lib/dbwrap/dbwrap_ctdb.c
@@ -22,6 +22,7 @@
#include "system/filesys.h"
#include "lib/tdb_wrap/tdb_wrap.h"
#include "util_tdb.h"
+#include "dbwrap/dbwrap.h"
#include "dbwrap/dbwrap_ctdb.h"
#include "dbwrap/dbwrap_rbt.h"
#include "lib/param/param.h"