Fix Compiler warnings by including the proper header.
authorMichael Adam <obnox@samba.org>
Sun, 13 Jan 2008 11:52:25 +0000 (12:52 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 13 Jan 2008 11:52:25 +0000 (12:52 +0100)
Michael
(This used to be commit edaf52a301a38824c8beb30c49fba27c8fb0461a)

source3/rpc_server/srv_wkssvc_nt.c

index b30a7f87926632a04054205890e3988fecebdf32..849ec9c4eb8bc85cefc598510bb540407bab817f 100644 (file)
@@ -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