diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-25 11:23:54 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-25 17:58:33 +0200 |
commit | 2d05cb909633761da2503b4c875d3712a2e197e6 (patch) | |
tree | 39462058f260591146a7dc0e845b7842e2af860b /source3/lib | |
parent | 50e7a8767fabd24d7ca5490dc326ea24459ec282 (diff) | |
download | samba-2d05cb909633761da2503b4c875d3712a2e197e6.tar.gz |
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')
-rw-r--r-- | source3/lib/addrchange.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/addrchange.h b/source3/lib/addrchange.h index 9587be776ed..564aaa1f067 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" |