summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-03 16:28:14 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-15 12:22:19 +1100
commit7293c370d3283c07112e5ce9d0555f91b514cec3 (patch)
tree68cc3034f422516e7c0da8786c361a5af70f6cf1 /lib
parent7b948a39e1783ff4732f9734830b0544d6a814b1 (diff)
downloadsamba-7293c370d3283c07112e5ce9d0555f91b514cec3.tar.gz
samba-7293c370d3283c07112e5ce9d0555f91b514cec3.tar.bz2
samba-7293c370d3283c07112e5ce9d0555f91b514cec3.zip
talloc: use <talloc.h> not "talloc.h"
this ensures we use the right header
Diffstat (limited to 'lib')
-rw-r--r--lib/util/talloc_stack.h2
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.