Include heimbase.h in hx509.h; required for heim_err_t.

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
This commit is contained in:
Jelmer Vernooij
2013-11-20 00:42:04 +00:00
parent bd661203cf
commit 906922b990

View File

@@ -39,6 +39,7 @@
#include <rfc2459_asn1.h>
#include <stdarg.h>
#include <stdio.h>
#include <heimbase.h>
typedef struct hx509_cert_attribute_data *hx509_cert_attribute;
typedef struct hx509_cert_data *hx509_cert;