diff options
author | Michael Adam <obnox@samba.org> | 2011-08-16 16:20:14 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-10-11 14:17:55 +0200 |
commit | 7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36 (patch) | |
tree | 7e8c044a7fdcaba69d11ed1c58ed15eed13c8ae5 /source3/utils | |
parent | c768121661cf5e845ceca3b04181937c36106484 (diff) | |
download | samba-7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36.tar.gz samba-7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36.tar.xz samba-7a72c84ee74cb91fd9e98b1edc74e6b3c2ba1c36.zip |
s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.h
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_idmap_check.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |