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/wrepl | |
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/wrepl')
-rw-r--r-- | source4/libcli/wrepl/winsrepl.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |