build: always include tevent with <tevent.h>
authorAndrew Bartlett <abartlet@samba.org>
Tue, 25 Oct 2011 00:26:52 +0000 (11:26 +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
tevent.

Andrew Bartlett

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/lib/addrchange.h

index 564aaa1f06777f0adfabd7fc89159315dae78ed2..fa8e8e33b9885bbc1b8790e748f1a786182da8b0 100644 (file)
@@ -20,7 +20,7 @@
 #define __ADDRCHANGE_H__
 
 #include <talloc.h>
-#include "lib/tevent/tevent.h"
+#include <tevent.h>
 #include "libcli/util/ntstatus.h"
 #include "lib/replace/replace.h"
 #include "lib/replace/system/network.h"