From d8770f3ece3bef28eb749af6d5854b38e6c15e4e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 20 Feb 2001 12:51:56 +0000 Subject: [PATCH] Include string.h so mem* functions get properly declared. --- crypto/asn1/tasn_enc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/asn1/tasn_enc.c b/crypto/asn1/tasn_enc.c index 4b2784987a..365c4f75b0 100644 --- a/crypto/asn1/tasn_enc.c +++ b/crypto/asn1/tasn_enc.c @@ -58,6 +58,7 @@ #include +#include #include #include #include -- 2.34.1