From: Richard Levitte Date: Fri, 3 Aug 2001 10:54:00 +0000 (+0000) Subject: Make sure memcpy() gets properly declared by including string.h. X-Git-Tag: OpenSSL_0_9_6c~147^2~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5cd6571fae7155eb9bb564fe3ee646795b7f32c1;p=oweals%2Fopenssl.git Make sure memcpy() gets properly declared by including string.h. --- diff --git a/crypto/o_time.c b/crypto/o_time.c index 7389820d8e..86b78e39e9 100644 --- a/crypto/o_time.c +++ b/crypto/o_time.c @@ -57,6 +57,7 @@ */ #include +#include #include "o_time.h" #ifdef OPENSSL_SYS_VMS