summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_stack.c
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2015-01-24 10:35:33 +0000
committerkettenis <kettenis@openbsd.org>2015-01-24 10:35:33 +0000
commit1f76389259d68df9a3f0ef90f0cacc6e5a821c95 (patch)
tree9732cb11a980331363f58eb1d7c72d4bb4c4e412 /lib/librthread/rthread_stack.c
parentpreserve .PP before .RE; effect found in audio/pms(1) (diff)
downloadwireguard-openbsd-1f76389259d68df9a3f0ef90f0cacc6e5a821c95.tar.xz
wireguard-openbsd-1f76389259d68df9a3f0ef90f0cacc6e5a821c95.zip
Add back <sys/param.h>; it's needed for MACHINE_STACK_GROWS_UP.
ok millert@, tobiasu@
Diffstat (limited to 'lib/librthread/rthread_stack.c')
-rw-r--r--lib/librthread/rthread_stack.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/librthread/rthread_stack.c b/lib/librthread/rthread_stack.c
index 19ea890b154..fbaa1a90818 100644
--- a/lib/librthread/rthread_stack.c
+++ b/lib/librthread/rthread_stack.c
@@ -1,8 +1,9 @@
-/* $OpenBSD: rthread_stack.c,v 1.13 2015/01/16 16:48:52 deraadt Exp $ */
+/* $OpenBSD: rthread_stack.c,v 1.14 2015/01/24 10:35:33 kettenis Exp $ */
/* $snafu: rthread_stack.c,v 1.12 2005/01/11 02:45:28 marc Exp $ */
/* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */
+#include <sys/param.h>
#include <sys/mman.h>
#include <errno.h>