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