Merge pull request #45 from jelmer/hx509-heimbase

Include heimbase.h in hx509.h; required for heim_err_t.
This commit is contained in:
Love Hörnquist Åstrand
2013-11-20 05:13:26 -08:00

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;