From 3ebac273f5794b9f13f0c736d56c6106d5f8b2af Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 20 Feb 2001 12:43:11 +0000 Subject: Include string.h so mem* functions get properly declared. --- crypto/asn1/tasn_utl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/asn1/tasn_utl.c') diff --git a/crypto/asn1/tasn_utl.c b/crypto/asn1/tasn_utl.c index 16b2c14781..2e18f9f3f5 100644 --- a/crypto/asn1/tasn_utl.c +++ b/crypto/asn1/tasn_utl.c @@ -58,6 +58,7 @@ #include +#include #include #include #include -- cgit v1.2.3