From 3aa9d3005ac2e48cf789e147a098e8feecdd41ef Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Feb 2011 12:27:29 +0100 Subject: s3-build: only include asn1 headers where actually needed. Guenther --- source3/lib/tldap_util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/tldap_util.c') diff --git a/source3/lib/tldap_util.c b/source3/lib/tldap_util.c index 52bacfd843..7697a4326a 100644 --- a/source3/lib/tldap_util.c +++ b/source3/lib/tldap_util.c @@ -21,6 +21,7 @@ #include "tldap.h" #include "tldap_util.h" #include "../libcli/security/security.h" +#include "../lib/util/asn1.h" bool tldap_entry_values(struct tldap_message *msg, const char *attribute, DATA_BLOB **values, int *num_values) -- cgit