s3: include ../librpc/gen_ndr/lsa.h where needed.
authorGünther Deschner <gd@samba.org>
Fri, 25 Mar 2011 10:56:10 +0000 (11:56 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 29 Mar 2011 23:13:10 +0000 (01:13 +0200)
Guenther

source3/include/passdb.h
source3/lib/audit.c
source3/lib/winbind_util.h
source3/rpc_client/init_lsa.c
source3/rpc_client/init_lsa.h
source3/utils/net.h

index 3f4d2b91b3bc631a6a60e771bc232125f98e54b8..cae599bdf8c4d1cf2a24385f5d9844637593bb52 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef _PASSDB_H
 #define _PASSDB_H
 
+#include "../librpc/gen_ndr/lsa.h"
+
 #include "mapping.h"
 
 /**********************************************************************
index 0eb12a95e6c13e9bea06523bead6ee9637b91547..dd6e039e2de11b6789c0b563d67303391a9473fb 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "../librpc/gen_ndr/lsa.h"
 
 static const struct audit_category_tab {
        uint32 category;
index 960bd4ee77d315914e4b8e66ce39188ffcabb169..541bb95f174f9472ce7f6948ec3f2a7cc91d5efa 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef __LIB__WINBIND_UTIL_H__
 #define __LIB__WINBIND_UTIL_H__
 
+#include "../librpc/gen_ndr/lsa.h"
+
 /* needed for wbcErr below */
 #include "nsswitch/libwbclient/wbclient.h"
 
index d2795dd65cf16b310c4617055a656312adb49384..26811973eea1d20c90af48bf84b2d7d5b6fb8b8d 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "includes.h"
 #include "rpc_client/init_lsa.h"
+#include "../librpc/gen_ndr/lsa.h"
 
 /*******************************************************************
  inits a structure.
index f3586a3b59769b68ef991588788c1decbf7de0ca..670caed21288bbc848d55292c546b6fb179b924d 100644 (file)
@@ -1,3 +1,8 @@
+struct lsa_String;
+struct lsa_StringLarge;
+struct lsa_AsciiString;
+struct lsa_AsciiStringLarge;
+
 /* The following definitions come from rpc_client/init_lsa.c  */
 
 void init_lsa_String(struct lsa_String *name, const char *s);
index ac300104c3a772a1da3567906eb379239bf9d928..9618e7affea4e325eef5324b60750ddba6db1a97 100644 (file)
@@ -23,6 +23,7 @@
  */
 
 #include "localedir.h"
+#include "../librpc/gen_ndr/lsa.h"
 
 #include "intl.h"
 #ifdef HAVE_LIBINTL_H