From: guenther Date: Sun, 10 Aug 2014 05:08:31 +0000 (+0000) Subject: Only need and not all of here X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0eba73db19efecab8d11b91928dae628e5cacb64;p=openbsd Only need and not all of here --- diff --git a/regress/lib/libpthread/stack/stack.c b/regress/lib/libpthread/stack/stack.c index 32435b95800..9a181dc806d 100644 --- a/regress/lib/libpthread/stack/stack.c +++ b/regress/lib/libpthread/stack/stack.c @@ -1,11 +1,11 @@ -/* $OpenBSD: stack.c,v 1.3 2012/08/04 21:55:22 guenther Exp $ */ +/* $OpenBSD: stack.c,v 1.4 2014/08/10 05:08:31 guenther Exp $ */ /* PUBLIC DOMAIN Feb 2012 */ /* Test the handling of the pthread_attr_t stack attributes */ #include #include -#include +#include #include #include #include