diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/talloc_stack.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <talloc.h> /* * Create a new talloc stack frame. |