diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-15 12:15:43 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-15 12:15:43 +0200 |
commit | 1a8bfba5452f7b72d9f0b2a178f7e8a66557c463 (patch) | |
tree | 0b36b5c84858fcb7c3ebf72a41ee8fb041921fbd /source4/libcli/ldap | |
parent | 961f412190a97c1de82b4ee3a51db10f43ce14c8 (diff) | |
download | samba-1a8bfba5452f7b72d9f0b2a178f7e8a66557c463.tar.gz samba-1a8bfba5452f7b72d9f0b2a178f7e8a66557c463.tar.bz2 samba-1a8bfba5452f7b72d9f0b2a178f7e8a66557c463.zip |
Fix warnings.
(This used to be commit 88013ca9775a6ff5e5a393f9d8238dbcd197f26f)
Diffstat (limited to 'source4/libcli/ldap')
-rw-r--r-- | source4/libcli/ldap/ldap_ndr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/libcli/ldap/ldap_ndr.h b/source4/libcli/ldap/ldap_ndr.h index dfbb723c36..ee1f702c78 100644 --- a/source4/libcli/ldap/ldap_ndr.h +++ b/source4/libcli/ldap/ldap_ndr.h @@ -1,6 +1,8 @@ #ifndef __LIBCLI_LDAP_LDAP_NDR_H__ #define __LIBCLI_LDAP_LDAP_NDR_H__ +#include "librpc/gen_ndr/ndr_misc.h" + char *ldap_encode_ndr_uint32(TALLOC_CTX *mem_ctx, uint32_t value); char *ldap_encode_ndr_dom_sid(TALLOC_CTX *mem_ctx, const struct dom_sid *sid); char *ldap_encode_ndr_GUID(TALLOC_CTX *mem_ctx, struct GUID *guid); |