From: guenther Date: Sat, 9 Aug 2014 03:29:35 +0000 (+0000) Subject: Only need and not here X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=02303b0d7eed41f2bbe1f0354df30fb3e76bf567;p=openbsd Only need and not here --- diff --git a/lib/librthread/rthread_attr.c b/lib/librthread/rthread_attr.c index 05f7f3c1f9c..9959e1c49ec 100644 --- a/lib/librthread/rthread_attr.c +++ b/lib/librthread/rthread_attr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread_attr.c,v 1.19 2012/03/22 15:26:04 kurt Exp $ */ +/* $OpenBSD: rthread_attr.c,v 1.20 2014/08/09 03:29:35 guenther Exp $ */ /* * Copyright (c) 2004,2005 Ted Unangst * All Rights Reserved. @@ -19,7 +19,7 @@ * generic attribute support */ -#include +#include #include #include #include diff --git a/lib/librthread/rthread_np.c b/lib/librthread/rthread_np.c index 347ddb62892..7e73ce12d45 100644 --- a/lib/librthread/rthread_np.c +++ b/lib/librthread/rthread_np.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread_np.c,v 1.13 2014/07/08 17:19:22 deraadt Exp $ */ +/* $OpenBSD: rthread_np.c,v 1.14 2014/08/09 03:29:35 guenther Exp $ */ /* * Copyright (c) 2004,2005 Ted Unangst * Copyright (c) 2005 Otto Moerbeek @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include #include