From 906922b9908b5d059033e8b25ee2efcee80bf333 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 20 Nov 2013 00:42:04 +0000 Subject: [PATCH] Include heimbase.h in hx509.h; required for heim_err_t. Signed-off-by: Jelmer Vernooij --- lib/hx509/hx509.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hx509/hx509.h b/lib/hx509/hx509.h index 3954b54b1..781f4a59c 100644 --- a/lib/hx509/hx509.h +++ b/lib/hx509/hx509.h @@ -39,6 +39,7 @@ #include #include #include +#include typedef struct hx509_cert_attribute_data *hx509_cert_attribute; typedef struct hx509_cert_data *hx509_cert;