diff options
Diffstat (limited to 'lib/talloc/testsuite_main.c')
-rw-r--r-- | lib/talloc/testsuite_main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/talloc/testsuite_main.c b/lib/talloc/testsuite_main.c index 1b51333278..50ce0f8e3b 100644 --- a/lib/talloc/testsuite_main.c +++ b/lib/talloc/testsuite_main.c @@ -25,8 +25,7 @@ #include "replace.h" -struct torture_context; -bool torture_local_talloc(struct torture_context *tctx); +#include "talloc_testsuite.h" int main(void) { |