From 7293c370d3283c07112e5ce9d0555f91b514cec3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 3 Mar 2011 16:28:14 +1100 Subject: talloc: use not "talloc.h" this ensures we use the right header --- lib/util/talloc_stack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/talloc_stack.h b/lib/util/talloc_stack.h index 777671164d..0e8fab3759 100644 --- a/lib/util/talloc_stack.h +++ b/lib/util/talloc_stack.h @@ -35,7 +35,7 @@ #ifndef _TALLOC_STACK_H #define _TALLOC_STACK_H -#include "talloc.h" +#include /* * Create a new talloc stack frame. -- cgit