summaryrefslogtreecommitdiffstats
path: root/crypto/o_time.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-08-03 10:54:00 +0000
committerRichard Levitte <levitte@openssl.org>2001-08-03 10:54:00 +0000
commit5cd6571fae7155eb9bb564fe3ee646795b7f32c1 (patch)
tree2615418fe5ebd0d6301bc89efb8770f867de8baa /crypto/o_time.c
parent6383bbe5255ca8bcfd8a2bdcfaeefd7846c1f274 (diff)
Make sure memcpy() gets properly declared by including string.h.
Diffstat (limited to 'crypto/o_time.c')
-rw-r--r--crypto/o_time.c1
1 files changed, 1 insertions, 0 deletions
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 <openssl/e_os2.h>
+#include <string.h>
#include "o_time.h"
#ifdef OPENSSL_SYS_VMS