summaryrefslogtreecommitdiffstats
path: root/lib/libc/crypt/morecrypt.c
diff options
context:
space:
mode:
authoretheisen <etheisen@openbsd.org>1996-11-14 05:45:15 +0000
committeretheisen <etheisen@openbsd.org>1996-11-14 05:45:15 +0000
commit23c468600c9863f98b9b481df9bb9acb84373cac (patch)
tree1f9c6e534f261d4b4add476a6635a97ca6de17b5 /lib/libc/crypt/morecrypt.c
parentInclude <machine/types.h> for now. (diff)
downloadwireguard-openbsd-23c468600c9863f98b9b481df9bb9acb84373cac.tar.xz
wireguard-openbsd-23c468600c9863f98b9b481df9bb9acb84373cac.zip
memcpy needs proto from string.h.
Diffstat (limited to 'lib/libc/crypt/morecrypt.c')
-rw-r--r--lib/libc/crypt/morecrypt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/crypt/morecrypt.c b/lib/libc/crypt/morecrypt.c
index 0ce7ac74bcb..2bf7d21c383 100644
--- a/lib/libc/crypt/morecrypt.c
+++ b/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 <sys/types.h>
#include <sys/param.h>
#include <pwd.h>
+#include <string.h>
#ifdef DEBUG
# include <stdio.h>