From 508a33fc2af8f2c1bcfe9aad5362cf3a9762c585 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 May 2012 21:36:48 +0200 Subject: 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. --- source3/lib/dbwrap/dbwrap_ctdb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/dbwrap/dbwrap_ctdb.c') 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" -- cgit