From f0e8ae723cf8f86a91bdc5be8a6a5b956309729f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 21 Jul 1999 22:10:23 +0000 Subject: Torture weak compilers less by not automatically including x509.h where it is not needed. --- crypto/asn1/x_algor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/asn1/x_algor.c') diff --git a/crypto/asn1/x_algor.c b/crypto/asn1/x_algor.c index 8183b9f9e2..b2c20d139f 100644 --- a/crypto/asn1/x_algor.c +++ b/crypto/asn1/x_algor.c @@ -59,6 +59,7 @@ #include #include "cryptlib.h" #include +#include int i2d_X509_ALGOR(X509_ALGOR *a, unsigned char **pp) { -- cgit v1.2.3