From 5cd6571fae7155eb9bb564fe3ee646795b7f32c1 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 3 Aug 2001 10:54:00 +0000 Subject: [PATCH] Make sure memcpy() gets properly declared by including string.h. --- crypto/o_time.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1