s3-libndr: add ../librpc/ndr/libndr.h include in some places.
authorGünther Deschner <gd@samba.org>
Wed, 30 Mar 2011 21:47:34 +0000 (23:47 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 30 Mar 2011 22:14:01 +0000 (00:14 +0200)
Guenther

libgpo/gpo_sec.c
source3/lib/tldap_util.c
source3/libads/disp_sec.c
source3/libads/dns.c
source3/librpc/ndr/util.c
source3/passdb/machine_account_secrets.c
source3/passdb/pdb_ipa.c

index 4e1612d21c6c189c7a85b1ff1c844ce8103f16fb..05b011b81d3890cccb0763670f06cbb8d201c4a6 100644 (file)
@@ -21,6 +21,7 @@
 #include "libcli/security/security.h"
 #include "../libgpo/gpo.h"
 #include "auth.h"
+#include "../librpc/ndr/libndr.h"
 #if _SAMBA_BUILD_ == 4
 #include "libgpo/ads_convenience.h"
 #include "librpc/gen_ndr/security.h"
index ae3dab38abdc61fb0bc3880f3d2323d77301da3a..a908301adfeb2903d16a0ab475a4171784fcc5e8 100644 (file)
@@ -22,6 +22,7 @@
 #include "tldap_util.h"
 #include "../libcli/security/security.h"
 #include "../lib/util/asn1.h"
+#include "../librpc/ndr/libndr.h"
 
 bool tldap_entry_values(struct tldap_message *msg, const char *attribute,
                        DATA_BLOB **values, int *num_values)
index b06276e12e901053e7edd98ef02dbbdf5d1ad047..7dcdc95901eb8e0ad9b2b74c719023a14b002bff 100644 (file)
@@ -21,6 +21,7 @@
 #include "ads.h"
 #include "libads/ldap_schema.h"
 #include "../libcli/security/secace.h"
+#include "../librpc/ndr/libndr.h"
 
 /* for ADS */
 #define SEC_RIGHTS_FULL_CTRL           0xf01ff
index e7d8a40236b29f5e5ec136c97343fa7d2f0be92b..113e63710bd2100821518e06093b74e28dd9c0c8 100644 (file)
@@ -20,6 +20,7 @@
 
 #include "includes.h"
 #include "libads/dns.h"
+#include "../librpc/ndr/libndr.h"
 
 /* AIX resolv.h uses 'class' in struct ns_rr */
 
index a026ecc9edcb1a5201434ebface200011389a2cd..6bbe0549590d60986e0cfe809edc3fe3b89f81b8 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "includes.h"
+#include "../librpc/ndr/libndr.h"
 #include "librpc/ndr/util.h"
 
 _PUBLIC_ void ndr_print_sockaddr_storage(struct ndr_print *ndr, const char *name, const struct sockaddr_storage *ss)
index dcf37d1b2b46a770fa735c20a6e3b691ad824734..a51a99c9a2f0731587553ef717650fe005476cc6 100644 (file)
@@ -27,6 +27,7 @@
 #include "../libcli/auth/libcli_auth.h"
 #include "secrets.h"
 #include "dbwrap.h"
+#include "../librpc/ndr/libndr.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_PASSDB
index 3fffbe0657b0e6fc7e3820e9ad9b4ba8e08d6786..d19deeffc562febde53ad503187578ca3118cc06 100644 (file)
@@ -21,6 +21,7 @@
 #include "includes.h"
 #include "passdb.h"
 #include "libcli/security/dom_sid.h"
+#include "../librpc/ndr/libndr.h"
 
 #include "smbldap.h"