s3: printing needs parts of smbd.
authorGünther Deschner <gd@samba.org>
Tue, 22 Mar 2011 22:49:17 +0000 (23:49 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 29 Mar 2011 23:13:08 +0000 (01:13 +0200)
Guenther

source3/printing/nt_printing.c
source3/printing/printing.c
source3/printing/spoolssd.c

index 5147dcef57c9b0bc89d801a8407b2dc9b259a0fc..af790203d2f8818b8e9d20a1600ea76678f545ae 100644 (file)
@@ -34,6 +34,7 @@
 #include "../librpc/gen_ndr/netlogon.h"
 #include "../libcli/security/security.h"
 #include "passdb/machine_sid.h"
+#include "smbd/smbd.h"
 
 /* Map generic permissions to printer object specific permissions */
 
index 1ebf41b7baa5f78b3b2b1c454c61616176b3bea5..a32c20281bbb63159652b2dc7c705150b70e6432 100644 (file)
@@ -30,6 +30,7 @@
 #include "printing/notify.h"
 #include "printing/pcap.h"
 #include "serverid.h"
+#include "smbd/smbd.h"
 
 extern struct current_user current_user;
 extern userdom_struct current_user_info;
index 94694fc284181b39114a86ba1bc6e66d8b35a11e..67e83f31105b80e6595f0f34f1bddfad2150b995 100644 (file)
@@ -18,6 +18,7 @@
 */
 #include "includes.h"
 #include "serverid.h"
+#include "smbd/smbd.h"
 
 #include "librpc/gen_ndr/messaging.h"
 #include "include/printing.h"