diff options
author | Michael Adam <obnox@samba.org> | 2008-01-13 12:52:25 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-13 12:52:25 +0100 |
commit | 58d2f1ff81ce6af8337824427a88f6d035488edb (patch) | |
tree | c5b68f4ad42169d9ce123ec5eee6a9e750d34c8c | |
parent | 1ee6d3e1ee56554d83437a8c79cb169a26732154 (diff) | |
download | samba-58d2f1ff81ce6af8337824427a88f6d035488edb.tar.gz samba-58d2f1ff81ce6af8337824427a88f6d035488edb.tar.bz2 samba-58d2f1ff81ce6af8337824427a88f6d035488edb.zip |
Fix Compiler warnings by including the proper header.
Michael
(This used to be commit edaf52a301a38824c8beb30c49fba27c8fb0461a)
-rw-r--r-- | source3/rpc_server/srv_wkssvc_nt.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |