summaryrefslogtreecommitdiff
path: root/source3/rpc_server
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-07-02 00:14:04 +0200
committerGünther Deschner <gd@samba.org>2010-07-13 22:40:46 +0200
commit80b47fcb0a73fb97a1b918173a61c55831239a0a (patch)
tree836d75c2642614e461991403cbf6518a23d7d39d /source3/rpc_server
parentf85167a161b078b0ffa23598a4a548fb2fd54cbf (diff)
downloadsamba-80b47fcb0a73fb97a1b918173a61c55831239a0a.tar.gz
samba-80b47fcb0a73fb97a1b918173a61c55831239a0a.tar.bz2
samba-80b47fcb0a73fb97a1b918173a61c55831239a0a.zip
s3-libnet: better separate headers.
Guenther
Diffstat (limited to 'source3/rpc_server')
-rw-r--r--source3/rpc_server/srv_wkssvc_nt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_wkssvc_nt.c b/source3/rpc_server/srv_wkssvc_nt.c
index 4106bc10bc..d9f788142d 100644
--- a/source3/rpc_server/srv_wkssvc_nt.c
+++ b/source3/rpc_server/srv_wkssvc_nt.c
@@ -23,7 +23,8 @@
/* This is the implementation of the wks interface. */
#include "includes.h"
-#include "libnet/libnet.h"
+#include "librpc/gen_ndr/libnet_join.h"
+#include "libnet/libnet_join.h"
#include "../libcli/auth/libcli_auth.h"
#include "../librpc/gen_ndr/srv_wkssvc.h"