From 7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 16 Aug 2011 16:20:14 +0200 Subject: s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.h --- source3/utils/net_idmap_check.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils') diff --git a/source3/utils/net_idmap_check.c b/source3/utils/net_idmap_check.c index 1f54121113..14f2f8d10f 100644 --- a/source3/utils/net_idmap_check.c +++ b/source3/utils/net_idmap_check.c @@ -28,6 +28,7 @@ #include "system/filesys.h" #include "dbwrap/dbwrap.h" #include "dbwrap/dbwrap_open.h" +#include "dbwrap/dbwrap_rbt.h" #include "net.h" #include "../libcli/security/dom_sid.h" #include "cbuf.h" -- cgit