From e447e5b6199039b375c55528d33a12e5d1b65174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 8 Apr 2008 08:16:32 +0000 Subject: [PATCH] Make self-standing by including missing files. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22908 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hx509.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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 */