diff options
author | Günther Deschner <gd@samba.org> | 2011-02-24 12:27:29 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-16 23:46:18 +0100 |
commit | 3aa9d3005ac2e48cf789e147a098e8feecdd41ef (patch) | |
tree | 3f3e828ada8b355644e1972678047fe9d735fa0b /source3/lib | |
parent | 2a608ba856a4f28c13f295ac554e46168f3f045c (diff) | |
download | samba-3aa9d3005ac2e48cf789e147a098e8feecdd41ef.tar.gz samba-3aa9d3005ac2e48cf789e147a098e8feecdd41ef.tar.bz2 samba-3aa9d3005ac2e48cf789e147a098e8feecdd41ef.zip |
s3-build: only include asn1 headers where actually needed.
Guenther
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/tldap.c | 1 | ||||
-rw-r--r-- | source3/lib/tldap_util.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/tldap.c b/source3/lib/tldap.c index 9523fdeab9..db5d562eff 100644 --- a/source3/lib/tldap.c +++ b/source3/lib/tldap.c @@ -19,6 +19,7 @@ #include "includes.h" #include "tldap.h" +#include "../lib/util/asn1.h" static int tldap_simple_recv(struct tevent_req *req); 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) |