From 58d2f1ff81ce6af8337824427a88f6d035488edb Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 13 Jan 2008 12:52:25 +0100 Subject: Fix Compiler warnings by including the proper header. Michael (This used to be commit edaf52a301a38824c8beb30c49fba27c8fb0461a) --- source3/rpc_server/srv_wkssvc_nt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/rpc_server/srv_wkssvc_nt.c') diff --git a/source3/rpc_server/srv_wkssvc_nt.c b/source3/rpc_server/srv_wkssvc_nt.c index b30a7f8792..849ec9c4eb 100644 --- a/source3/rpc_server/srv_wkssvc_nt.c +++ b/source3/rpc_server/srv_wkssvc_nt.c @@ -22,8 +22,7 @@ /* This is the implementation of the wks interface. */ #include "includes.h" -#include "libnet/libnet_join.h" -#include "libnet/libnet_proto.h" +#include "libnet/libnet.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_RPC_SRV -- cgit