build: always include talloc with <talloc.h>
authorAndrew Bartlett <abartlet@samba.org>
Tue, 25 Oct 2011 00:23:54 +0000 (11:23 +1100)
committerStefan Metzmacher <metze@samba.org>
Tue, 25 Oct 2011 15:58:33 +0000 (17:58 +0200)
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>
source3/lib/addrchange.h

index 9587be776eda18f46e2f6a26ad0d2ee50d6103cc..564aaa1f06777f0adfabd7fc89159315dae78ed2 100644 (file)
@@ -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"