diff options
author | Günther Deschner <gd@samba.org> | 2011-03-30 23:47:34 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-31 00:14:01 +0200 |
commit | a730dff78318a0bfe8c6b2b8a2cefed63cc586e8 (patch) | |
tree | 18612a952d9800f6173302643b7c584b60ea52aa /source3/lib/tldap_util.c | |
parent | 2352e7cb7fe43b2a3cb5c4876f21cd655823288a (diff) | |
download | samba-a730dff78318a0bfe8c6b2b8a2cefed63cc586e8.tar.gz |
s3-libndr: add ../librpc/ndr/libndr.h include in some places.
Guenther
Diffstat (limited to 'source3/lib/tldap_util.c')
-rw-r--r-- | source3/lib/tldap_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/tldap_util.c b/source3/lib/tldap_util.c index ae3dab38abd..a908301adfe 100644 --- a/source3/lib/tldap_util.c +++ b/source3/lib/tldap_util.c @@ -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) |