summaryrefslogtreecommitdiff
path: root/source3/lib/addrchange.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-25 11:23:54 +1100
committerStefan Metzmacher <metze@samba.org>2011-10-25 17:58:33 +0200
commit2d05cb909633761da2503b4c875d3712a2e197e6 (patch)
tree39462058f260591146a7dc0e845b7842e2af860b /source3/lib/addrchange.h
parent50e7a8767fabd24d7ca5490dc326ea24459ec282 (diff)
downloadsamba-2d05cb909633761da2503b4c875d3712a2e197e6.tar.gz
samba-2d05cb909633761da2503b4c875d3712a2e197e6.tar.bz2
samba-2d05cb909633761da2503b4c875d3712a2e197e6.zip
build: always include talloc with <talloc.h>
This ensures we do the right thing if we are built against the system talloc. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/lib/addrchange.h')
-rw-r--r--source3/lib/addrchange.h2
1 files changed, 1 insertions, 1 deletions
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 <talloc.h>
#include "lib/tevent/tevent.h"
#include "libcli/util/ntstatus.h"
#include "lib/replace/replace.h"