From ea9d79c4cd69bfc81e564708ee81e8e5285d79e2 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 24 May 2014 09:16:08 +0000 Subject: Almost nothing actually needs to include , however by including it they get . So instead of pulling in , just pull in . "go ahead" miod@ --- src/lib/libcrypto/asn1/asn1.h | 4 +++- src/lib/libcrypto/asn1/asn1t.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/asn1') diff --git a/src/lib/libcrypto/asn1/asn1.h b/src/lib/libcrypto/asn1/asn1.h index e7264ccb09..5d2a7b4418 100644 --- a/src/lib/libcrypto/asn1/asn1.h +++ b/src/lib/libcrypto/asn1/asn1.h @@ -60,7 +60,9 @@ #define HEADER_ASN1_H #include -#include + +#include + #ifndef OPENSSL_NO_BIO #include #endif diff --git a/src/lib/libcrypto/asn1/asn1t.h b/src/lib/libcrypto/asn1/asn1t.h index 21d41bc11e..1b9d4eb40c 100644 --- a/src/lib/libcrypto/asn1/asn1t.h +++ b/src/lib/libcrypto/asn1/asn1t.h @@ -59,7 +59,9 @@ #define HEADER_ASN1T_H #include -#include + +#include + #include /* ASN1 template defines, structures and functions */ -- cgit v1.2.3-55-g6feb