summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-15 12:15:43 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-15 12:15:43 +0200
commit1a8bfba5452f7b72d9f0b2a178f7e8a66557c463 (patch)
tree0b36b5c84858fcb7c3ebf72a41ee8fb041921fbd /source4/libcli/ldap
parent961f412190a97c1de82b4ee3a51db10f43ce14c8 (diff)
downloadsamba-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.h2
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);