From 08faa3a43c26f8cc637969d2b216f2efea9099d9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 29 Mar 2010 18:48:29 +1100 Subject: talloc: testsuite should use not "talloc.h" if we are using the system talloc, the testsuite needs to use the system talloc.h --- lib/talloc/testsuite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/talloc') diff --git a/lib/talloc/testsuite.c b/lib/talloc/testsuite.c index 08aa20863a..f33805d6b0 100644 --- a/lib/talloc/testsuite.c +++ b/lib/talloc/testsuite.c @@ -25,7 +25,7 @@ #include "replace.h" #include "system/time.h" -#include "talloc.h" +#include static struct timeval timeval_current(void) { -- cgit