[PATCH] Don't presume to know where talloc.h is

Sam Liddicott sam at liddicott.com
Tue Feb 10 06:21:26 MST 2009


Don't specify the path to talloc.h. We may be building
against external talloc

Signed-off-by: Sam Liddicott <sam at liddicott.com>
---
  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 bb22b8a..7776711 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/talloc.h"
+#include "talloc.h"

  /*
   * Create a new talloc stack frame.


More information about the samba-technical mailing list