From: Richard Levitte Date: Tue, 20 Feb 2001 12:51:56 +0000 (+0000) Subject: Include string.h so mem* functions get properly declared. X-Git-Tag: OpenSSL_0_9_6a-beta1~23^2~57 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=d8770f3ece3bef28eb749af6d5854b38e6c15e4e Include string.h so mem* functions get properly declared. --- 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