diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-03-03 13:38:08 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-03-05 14:09:01 +0100 |
commit | 1a8815abd32b1a888c4fc202000891233f9437fe (patch) | |
tree | 42f50d3ee4c076a7a0180e881661dc5061199e6f /source4/libcli | |
parent | 0dfc77891509f056352748e3082794cb360200c7 (diff) | |
download | samba-1a8815abd32b1a888c4fc202000891233f9437fe.tar.gz samba-1a8815abd32b1a888c4fc202000891233f9437fe.tar.bz2 samba-1a8815abd32b1a888c4fc202000891233f9437fe.zip |
s4:libcli/wrepl: use UTIL_TEVENT
metze
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/config.mk | 2 | ||||
-rw-r--r-- | source4/libcli/wrepl/winsrepl.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk index f67250d4b0..68d4b74aa1 100644 --- a/source4/libcli/config.mk +++ b/source4/libcli/config.mk @@ -58,7 +58,7 @@ LIBCLI_DGRAM_OBJ_FILES = $(addprefix $(libclisrcdir)/dgram/, \ browse.o) [SUBSYSTEM::LIBCLI_WREPL] -PUBLIC_DEPENDENCIES = NDR_WINSREPL samba_socket LIBEVENTS LIBPACKET +PUBLIC_DEPENDENCIES = NDR_WINSREPL samba_socket LIBEVENTS LIBPACKET UTIL_TEVENT LIBCLI_WREPL_OBJ_FILES = $(libclisrcdir)/wrepl/winsrepl.o diff --git a/source4/libcli/wrepl/winsrepl.c b/source4/libcli/wrepl/winsrepl.c index 849511b606..8e072b6add 100644 --- a/source4/libcli/wrepl/winsrepl.c +++ b/source4/libcli/wrepl/winsrepl.c @@ -30,6 +30,7 @@ #include "system/network.h" #include "lib/socket/netif.h" #include "param/param.h" +#include "lib/util/tevent_ntstatus.h" static struct wrepl_request *wrepl_request_finished(struct wrepl_request *req, NTSTATUS status); |