From 8693a4fff95f2fa1f9c3b93429101c3b3d22218f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 4 Jun 2012 15:32:28 +0200 Subject: s3:lib: split things into a conn_tdb.h metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Tue Jun 5 19:28:35 CEST 2012 on sn-devel-104 --- source3/lib/conn_tdb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/conn_tdb.c') diff --git a/source3/lib/conn_tdb.c b/source3/lib/conn_tdb.c index 9b0a07a56c..776f53ca79 100644 --- a/source3/lib/conn_tdb.c +++ b/source3/lib/conn_tdb.c @@ -23,6 +23,7 @@ #include "dbwrap/dbwrap.h" #include "dbwrap/dbwrap_open.h" #include "messages.h" +#include "lib/conn_tdb.h" static struct db_context *connections_db_ctx(bool rw) { -- cgit