summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/svc_auth_unix.c
diff options
context:
space:
mode:
authoretheisen <etheisen@openbsd.org>1996-11-14 06:33:11 +0000
committeretheisen <etheisen@openbsd.org>1996-11-14 06:33:11 +0000
commitf5c144ac71259eb9802b9b1906b892ceeecdca99 (patch)
tree50be2f1aaa7531a6ca4593d4e09b42211841f37d /lib/libc/rpc/svc_auth_unix.c
parentmemcpy needs string.h. (diff)
downloadwireguard-openbsd-f5c144ac71259eb9802b9b1906b892ceeecdca99.tar.xz
wireguard-openbsd-f5c144ac71259eb9802b9b1906b892ceeecdca99.zip
memcpy needs string.h.
Diffstat (limited to 'lib/libc/rpc/svc_auth_unix.c')
-rw-r--r--lib/libc/rpc/svc_auth_unix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/rpc/svc_auth_unix.c b/lib/libc/rpc/svc_auth_unix.c
index a1eb7b8ce52..079aa98aa7c 100644
--- a/lib/libc/rpc/svc_auth_unix.c
+++ b/lib/libc/rpc/svc_auth_unix.c
@@ -28,7 +28,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: svc_auth_unix.c,v 1.3 1996/08/19 08:31:53 tholo Exp $";
+static char *rcsid = "$OpenBSD: svc_auth_unix.c,v 1.4 1996/11/14 06:33:11 etheisen Exp $";
#endif /* LIBC_SCCS and not lint */
/*
@@ -44,6 +44,7 @@ static char *rcsid = "$OpenBSD: svc_auth_unix.c,v 1.3 1996/08/19 08:31:53 tholo
#include <stdio.h>
#include <rpc/rpc.h>
+#include <string.h>
/*
* Unix longhand authenticator