diff options
author | Günther Deschner <gd@samba.org> | 2010-08-18 18:59:23 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-26 00:25:55 +0200 |
commit | 7a05ca2c9cd387a92e1ad699ae72caea55895c13 (patch) | |
tree | f62c3b24c67766013470d40f2193747e234634dd /source3/lib/sessionid_tdb.c | |
parent | ca765d2f50f8eff1537f70bb637918d90301acf4 (diff) | |
download | samba-7a05ca2c9cd387a92e1ad699ae72caea55895c13.tar.gz |
s3-build: use dbwrap.h only where needed.
Guenther
Diffstat (limited to 'source3/lib/sessionid_tdb.c')
-rw-r--r-- | source3/lib/sessionid_tdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/sessionid_tdb.c b/source3/lib/sessionid_tdb.c index 6efbafd46d5..1515728bd94 100644 --- a/source3/lib/sessionid_tdb.c +++ b/source3/lib/sessionid_tdb.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "dbwrap.h" static struct db_context *session_db_ctx(void) { |