Skip to content

Commit

Permalink
s3-libndr: add ../librpc/ndr/libndr.h include in some places.
Browse files Browse the repository at this point in the history
Guenther
  • Loading branch information
gd committed Mar 30, 2011
1 parent 2352e7c commit a730dff
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions libgpo/gpo_sec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions source3/lib/tldap_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions source3/libads/disp_sec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions source3/libads/dns.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down
1 change: 1 addition & 0 deletions source3/librpc/ndr/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions source3/passdb/machine_account_secrets.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions source3/passdb/pdb_ipa.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "includes.h"
#include "passdb.h"
#include "libcli/security/dom_sid.h"
#include "../librpc/ndr/libndr.h"

#include "smbldap.h"

Expand Down

0 comments on commit a730dff

Please sign in to comment.