commit 906922b9908b5d059033e8b25ee2efcee80bf333
Author: Jelmer Vernooij <jelmer@samba.org>
Date:   Wed Nov 20 00:42:04 2013 +0000

    Include heimbase.h in hx509.h; required for heim_err_t.
    
    Signed-off-by: Jelmer Vernooij <jelmer@samba.org>

diff --git a/lib/hx509/hx509.h b/lib/hx509/hx509.h
index 3954b54..781f4a5 100644
--- a/lib/hx509/hx509.h
+++ b/lib/hx509/hx509.h
@@ -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;
