diff options
author | 2002-11-02 23:52:46 +0000 | |
---|---|---|
committer | 2002-11-02 23:52:46 +0000 | |
commit | 70983320db84ddca2000c7bc5ba802ecda5df778 (patch) | |
tree | 73974d848473e731977890b31bce89da0897c4f7 /lib | |
parent | sync after libc[_r] minor crank; pvalchev@ ok. (diff) | |
download | wireguard-openbsd-70983320db84ddca2000c7bc5ba802ecda5df778.tar.xz wireguard-openbsd-70983320db84ddca2000c7bc5ba802ecda5df778.zip |
Include string.h to get memcpy() prototype; OK marc@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc_r/uthread/uthread_sig.c | 3 | ||||
-rw-r--r-- | lib/libpthread/uthread/uthread_sig.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_sig.c b/lib/libc_r/uthread/uthread_sig.c index be4e5c8323c..c3b6f435e5a 100644 --- a/lib/libc_r/uthread/uthread_sig.c +++ b/lib/libc_r/uthread/uthread_sig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_sig.c,v 1.14 2002/10/30 19:11:56 marc Exp $ */ +/* $OpenBSD: uthread_sig.c,v 1.15 2002/11/02 23:52:46 millert Exp $ */ /* * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au> * All rights reserved. @@ -32,6 +32,7 @@ * * $FreeBSD: uthread_sig.c,v 1.20 1999/09/29 15:18:39 marcel Exp $ */ +#include <string.h> #include <signal.h> #include <fcntl.h> #include <unistd.h> diff --git a/lib/libpthread/uthread/uthread_sig.c b/lib/libpthread/uthread/uthread_sig.c index be4e5c8323c..c3b6f435e5a 100644 --- a/lib/libpthread/uthread/uthread_sig.c +++ b/lib/libpthread/uthread/uthread_sig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_sig.c,v 1.14 2002/10/30 19:11:56 marc Exp $ */ +/* $OpenBSD: uthread_sig.c,v 1.15 2002/11/02 23:52:46 millert Exp $ */ /* * Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au> * All rights reserved. @@ -32,6 +32,7 @@ * * $FreeBSD: uthread_sig.c,v 1.20 1999/09/29 15:18:39 marcel Exp $ */ +#include <string.h> #include <signal.h> #include <fcntl.h> #include <unistd.h> |