s3-nmbd: include svcctl.h where needed.
authorGünther Deschner <gd@samba.org>
Mon, 2 Aug 2010 20:48:16 +0000 (22:48 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 6 Aug 2010 13:43:36 +0000 (15:43 +0200)
Guenther

source3/nmbd/nmbd_become_dmb.c
source3/nmbd/nmbd_become_lmb.c
source3/nmbd/nmbd_incomingdgrams.c
source3/nmbd/nmbd_logonnames.c
source3/nmbd/nmbd_sendannounce.c
source3/nmbd/nmbd_serverlistdb.c
source3/nmbd/nmbd_synclists.c
source3/nmbd/nmbd_workgroupdb.c

index 827d56cb0624393511d82a678fb6b30b2c320de2..337eae85f5b74b261be85bf13f6d66e7a2df7cab 100644 (file)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "../librpc/gen_ndr/svcctl.h"
 
 extern uint16 samba_nb_type; /* Samba's NetBIOS type. */
 
index 8aedd2c4785d0823ca081f3d52ad26195af8576d..45476f9bfd6b8faa7c505f69998d1805b21a4a3c 100644 (file)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "../librpc/gen_ndr/svcctl.h"
 
 extern uint16 samba_nb_type; /* Samba's NetBIOS name type. */
 
index 75ab9419c2fddd21c9fdc135b9b6e9de24217b1d..5216e1a90b5faca09992adb7667ed1324803b2f7 100644 (file)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "../librpc/gen_ndr/svcctl.h"
 
 extern bool found_lm_clients;
 
index f0350af3b81949479a1eb2ecfc667b06b6c8fd83..5f21ea0cd01319f215f2e1ad6e4372483c14cbc7 100644 (file)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "../librpc/gen_ndr/svcctl.h"
 
 extern uint16 samba_nb_type; /* Samba's NetBIOS type. */
 
index 8eb1da7d38e30a268071285c26012bf254947fa1..4140040b2b8ccc0e1b9f6206ed4a4c16545fe7eb 100644 (file)
@@ -24,6 +24,7 @@
 */
 
 #include "includes.h"
+#include "../librpc/gen_ndr/svcctl.h"
 
 extern int  updatecount;
 extern bool found_lm_clients;
index f3fba51f4a828999c079280a5751a7638f6c24f3..f9b55d298d4397e94338ce2b28249f1d970b6f43 100644 (file)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "../librpc/gen_ndr/svcctl.h"
 
 int updatecount = 0;
 
index 5da0da81e5c717a9d0103980f1420237487430b9..d1844450227f3b9c1d372eff0bacc6992fb0a955 100644 (file)
@@ -27,6 +27,7 @@
    also allows us to have more than 1 sync going at once (tridge) */
 
 #include "includes.h"
+#include "../librpc/gen_ndr/svcctl.h"
 
 struct sync_record {
        struct sync_record *next, *prev;
index 55a86c0889192d28a9a9027f01f3cf9fd2ba3fb6..17cd21b58c512eb6e0cc359e57a2ea30145f9d35 100644 (file)
@@ -21,6 +21,7 @@
 */
 
 #include "includes.h"
+#include "../librpc/gen_ndr/svcctl.h"
 
 extern uint16 samba_nb_type;