diff --git a/lib/hx509/hx509.h b/lib/hx509/hx509.h index e9d7131c6..289f8d04a 100644 --- a/lib/hx509/hx509.h +++ b/lib/hx509/hx509.h @@ -33,6 +33,12 @@ /* $Id$ */ +#ifndef HEIMDAL_HX509_H +#define HEIMDAL_HX509_H 1 + +#include +#include + typedef struct hx509_cert_attribute_data *hx509_cert_attribute; typedef struct hx509_cert_data *hx509_cert; typedef struct hx509_certs_data *hx509_certs; @@ -146,3 +152,6 @@ typedef enum { } hx509_hostname_type; #include +#include + +#endif /* HEIMDAL_HX509_H */