summaryrefslogtreecommitdiffstats
path: root/source/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-10 03:48:43 +0000
committerAndrew Tridgell <tridge@samba.org>2005-02-10 03:48:43 +0000
commitac53171fe380e7c78f899bee871b93f395b0cd54 (patch)
treed068a6c505da524ca4ad4dfa7a2c65b28403dd24 /source/torture
parent257377f6d64abd7edd99b76c35b84b38e1050505 (diff)
downloadsamba-ac53171fe380e7c78f899bee871b93f395b0cd54.tar.gz
samba-ac53171fe380e7c78f899bee871b93f395b0cd54.tar.xz
samba-ac53171fe380e7c78f899bee871b93f395b0cd54.zip
r5296: - only include the tdb headers where they are needed
- removed the u32 hack in events.c as I think this was only needed as tdb.h defines u32. Metze, can you check that this hack is indeed no longer needed on your suse system?
Diffstat (limited to 'source/torture')
-rw-r--r--source/torture/basic/mangle_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/torture/basic/mangle_test.c b/source/torture/basic/mangle_test.c
index 70a92275216..a0333b1c53b 100644
--- a/source/torture/basic/mangle_test.c
+++ b/source/torture/basic/mangle_test.c
@@ -19,6 +19,7 @@
*/
#include "includes.h"
+#include "lib/tdb/include/tdbutil.h"
static TDB_CONTEXT *tdb;