summaryrefslogtreecommitdiffstats
path: root/server/tests/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/common.h')
-rw-r--r--server/tests/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/common.h b/server/tests/common.h
index 39a2b8e07..44e2d9afa 100644
--- a/server/tests/common.h
+++ b/server/tests/common.h
@@ -3,6 +3,8 @@
#include <talloc.h>
+TALLOC_CTX *global_talloc_context;
+
#define check_leaks(ctx, bytes) _check_leaks((ctx), (bytes), __location__)
void _check_leaks(TALLOC_CTX *ctx,
size_t bytes,