diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-25 11:26:52 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-25 17:58:33 +0200 |
commit | 254601df4da05471e2ba82b266e22dd2d2f7edfa (patch) | |
tree | ed4d4268e1954dcd1cfbc3ceeeb64dc5dbcfa1c8 /source3 | |
parent | 2d05cb909633761da2503b4c875d3712a2e197e6 (diff) | |
download | samba-254601df4da05471e2ba82b266e22dd2d2f7edfa.tar.gz samba-254601df4da05471e2ba82b266e22dd2d2f7edfa.tar.bz2 samba-254601df4da05471e2ba82b266e22dd2d2f7edfa.zip |
build: always include tevent with <tevent.h>
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>
Diffstat (limited to 'source3')
-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 564aaa1f06..fa8e8e33b9 100644 --- a/source3/lib/addrchange.h +++ b/source3/lib/addrchange.h @@ -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" |