s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
[ira/wip.git] / source3 / lib / conn_tdb.c
index 50f0d9fa1bb10a41c8632d1166a66c30134bcac7..669ddb2a3af9790d8be1ddec99508c04f10f205a 100644 (file)
@@ -21,6 +21,7 @@
 #include "system/filesys.h"
 #include "smbd/globals.h"
 #include "dbwrap.h"
+#include "dbwrap/dbwrap_open.h"
 
 static struct db_context *connections_db_ctx(bool rw)
 {