diff options
author | Simo Sorce <idra@samba.org> | 2009-12-23 10:28:14 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-12-23 10:28:44 -0500 |
commit | 4cc0bb7d04a0f83febec9904eaeca126b6f53ae3 (patch) | |
tree | ac64b2ef22ee517f694e98748c6dc6fdc9dbe345 /source4 | |
parent | 8dc636ad674a11825e9043fc356209bf2e28bcff (diff) | |
download | samba-4cc0bb7d04a0f83febec9904eaeca126b6f53ae3.tar.gz samba-4cc0bb7d04a0f83febec9904eaeca126b6f53ae3.tar.bz2 samba-4cc0bb7d04a0f83febec9904eaeca126b6f53ae3.zip |
s4: Fix the build
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/tools/ldbutil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/tools/ldbutil.c b/source4/lib/ldb/tools/ldbutil.c index 3d03da6dd0..5f7ea894df 100644 --- a/source4/lib/ldb/tools/ldbutil.c +++ b/source4/lib/ldb/tools/ldbutil.c @@ -30,6 +30,7 @@ */ #include "ldb.h" +#include "ldb_module.h" /* autostarts a transacion if none active */ static int ldb_do_autotransaction(struct ldb_context *ldb, |