summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/db_wrap.c1
-rw-r--r--source4/lib/gencache.c1
-rw-r--r--source4/lib/registry/reg_backend_ldb.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/db_wrap.c b/source4/lib/db_wrap.c
index 6028159377..0ec1e378e6 100644
--- a/source4/lib/db_wrap.c
+++ b/source4/lib/db_wrap.c
@@ -31,6 +31,7 @@
#include "dlinklist.h"
#include "lib/tdb/include/tdb.h"
#include "lib/ldb/include/ldb.h"
+#include "db_wrap.h"
static struct ldb_wrap *ldb_list;
static struct tdb_wrap *tdb_list;
diff --git a/source4/lib/gencache.c b/source4/lib/gencache.c
index 1a6159942d..b6d62977ad 100644
--- a/source4/lib/gencache.c
+++ b/source4/lib/gencache.c
@@ -25,6 +25,7 @@
#include "lib/tdb/include/tdbutil.h"
#include "system/time.h"
#include "system/filesys.h"
+#include "db_wrap.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_TDB
diff --git a/source4/lib/registry/reg_backend_ldb.c b/source4/lib/registry/reg_backend_ldb.c
index c7b7bf587f..9f44f92888 100644
--- a/source4/lib/registry/reg_backend_ldb.c
+++ b/source4/lib/registry/reg_backend_ldb.c
@@ -21,6 +21,7 @@
#include "includes.h"
#include "registry.h"
#include "lib/ldb/include/ldb.h"
+#include "db_wrap.h"
struct ldb_key_data
{