From a9daa46758d6150e42c925d42807e6ae20182d89 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 20 Feb 2001 13:41:11 +0000 Subject: Include string.h so mem*() functions get properly declared. --- crypto/asn1/tasn_dec.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3