]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:libcli/wrepl: use UTIL_TEVENT
authorStefan Metzmacher <metze@samba.org>
Wed, 3 Mar 2010 12:38:08 +0000 (13:38 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 5 Mar 2010 13:09:01 +0000 (14:09 +0100)
metze

source4/libcli/config.mk
source4/libcli/wrepl/winsrepl.c

index f67250d4b067b3312090dee463520ab44f8d556b..68d4b74aa1164ef100eb76abe4741a3e4a3afe59 100644 (file)
@@ -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
 
index 849511b606560868e106bd26e064eb2a88deaec8..8e072b6add54dc81320ca73700917e41a89c9e1b 100644 (file)
@@ -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);