s3-auth: rpc_server needs auth.h
[samba.git] / source3 / rpc_server / srvsvc / srv_srvsvc_nt.c
index a0ed295ed3c1ee65e3d6ec9882661db8352c91c4..01f3914827d7bea14ba548e17a723d968ff7344a 100644 (file)
@@ -24,6 +24,7 @@
 /* This is the implementation of the srvsvc pipe. */
 
 #include "includes.h"
+#include "system/passwd.h"
 #include "../librpc/gen_ndr/srv_srvsvc.h"
 #include "librpc/gen_ndr/messaging.h"
 #include "../libcli/security/security.h"
@@ -31,6 +32,8 @@
 #include "dbwrap.h"
 #include "session.h"
 #include "../lib/util/util_pw.h"
+#include "smbd/smbd.h"
+#include "auth.h"
 
 extern const struct generic_mapping file_generic_mapping;