Make sure memcpy() gets properly declared by including string.h.

This commit is contained in:
Richard Levitte 2001-08-03 10:54:00 +00:00
parent 6383bbe525
commit 5cd6571fae

View File

@ -57,6 +57,7 @@
*/
#include <openssl/e_os2.h>
#include <string.h>
#include "o_time.h"
#ifdef OPENSSL_SYS_VMS