From 2d05cb909633761da2503b4c875d3712a2e197e6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 25 Oct 2011 11:23:54 +1100 Subject: build: always include talloc with This ensures we do the right thing if we are built against the system talloc. Andrew Bartlett Signed-off-by: Stefan Metzmacher --- source3/lib/addrchange.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/addrchange.h b/source3/lib/addrchange.h index 9587be776e..564aaa1f06 100644 --- a/source3/lib/addrchange.h +++ b/source3/lib/addrchange.h @@ -19,7 +19,7 @@ #ifndef __ADDRCHANGE_H__ #define __ADDRCHANGE_H__ -#include "lib/talloc/talloc.h" +#include #include "lib/tevent/tevent.h" #include "libcli/util/ntstatus.h" #include "lib/replace/replace.h" -- cgit