From: kettenis Date: Sat, 24 Jan 2015 10:35:33 +0000 (+0000) Subject: Add back ; it's needed for MACHINE_STACK_GROWS_UP. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1f76389259d68df9a3f0ef90f0cacc6e5a821c95;p=openbsd Add back ; it's needed for MACHINE_STACK_GROWS_UP. ok millert@, tobiasu@ --- diff --git a/lib/librthread/rthread_np.c b/lib/librthread/rthread_np.c index 828aadf69ba..656db4fdb0b 100644 --- a/lib/librthread/rthread_np.c +++ b/lib/librthread/rthread_np.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread_np.c,v 1.16 2015/01/16 16:48:52 deraadt Exp $ */ +/* $OpenBSD: rthread_np.c,v 1.17 2015/01/24 10:35:33 kettenis Exp $ */ /* * Copyright (c) 2004,2005 Ted Unangst * Copyright (c) 2005 Otto Moerbeek @@ -17,6 +17,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include #include #include 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 */ +#include #include #include