From e3e52056469a50af7d89c552eb0438f1e8cf7b74 Mon Sep 17 00:00:00 2001 From: etheisen <> Date: Thu, 14 Nov 1996 05:45:15 +0000 Subject: memcpy needs proto from string.h. --- src/lib/libc/crypt/morecrypt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libc/crypt/morecrypt.c b/src/lib/libc/crypt/morecrypt.c index 0ce7ac74bc..2bf7d21c38 100644 --- a/src/lib/libc/crypt/morecrypt.c +++ b/src/lib/libc/crypt/morecrypt.c @@ -51,12 +51,13 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.6 1996/08/19 08:19:51 tholo Exp $"; +static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.7 1996/11/14 05:45:15 etheisen Exp $"; #endif /* LIBC_SCCS and not lint */ #include #include #include +#include #ifdef DEBUG # include -- cgit v1.2.3-55-g6feb