From: Richard Levitte Date: Tue, 20 Feb 2001 13:41:11 +0000 (+0000) Subject: Include string.h so mem*() functions get properly declared. X-Git-Tag: OpenSSL_0_9_6a-beta1~23^2~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9daa46758d6150e42c925d42807e6ae20182d89;p=thirdparty%2Fopenssl.git Include string.h so mem*() functions get properly declared. --- diff --git a/crypto/asn1/tasn_dec.c b/crypto/asn1/tasn_dec.c index 22e5b4ab52..6b0c248173 100644 --- a/crypto/asn1/tasn_dec.c +++ b/crypto/asn1/tasn_dec.c @@ -58,6 +58,7 @@ #include +#include #include #include #include