talloc: testsuite should use <talloc.h> not "talloc.h"
authorAndrew Tridgell <tridge@samba.org>
Mon, 29 Mar 2010 07:48:29 +0000 (18:48 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 29 Mar 2010 10:34:29 +0000 (21:34 +1100)
if we are using the system talloc, the testsuite needs to use the
system talloc.h

lib/talloc/testsuite.c

index 08aa20863a1e6c67fc2e2a0b413e523ca2cd8cba..f33805d6b07bb95f202323f69df5b9d7b71852a7 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "replace.h"
 #include "system/time.h"
-#include "talloc.h"
+#include <talloc.h>
 
 static struct timeval timeval_current(void)
 {