From: Pino Toscano Date: Thu, 27 Sep 2012 23:08:17 +0000 (+0200) Subject: Include where needed. X-Git-Tag: glibc-2.17~500 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c39bc8b8254364fda301a89180130c3586859d75;p=thirdparty%2Fglibc.git Include where needed. --- diff --git a/ChangeLog b/ChangeLog index d2b2e24e6f6..c55a72e271f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-09-28 Pino Toscano + + * rt/tst-aio2.c: Include . + * rt/tst-aio3.c: Likewise. + 2012-09-27 Steve Ellcey * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove. diff --git a/rt/tst-aio2.c b/rt/tst-aio2.c index 897d37d8bd4..01a94fe2705 100644 --- a/rt/tst-aio2.c +++ b/rt/tst-aio2.c @@ -1,5 +1,5 @@ /* Test for notification mechanism in lio_listio. - Copyright (C) 2000, 2002, 2006 Free Software Foundation, Inc. + Copyright (C) 2000-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 2000. @@ -23,6 +23,7 @@ #include #include #include +#include static pthread_barrier_t b; diff --git a/rt/tst-aio3.c b/rt/tst-aio3.c index 4d1fe8e979c..133e386cd3e 100644 --- a/rt/tst-aio3.c +++ b/rt/tst-aio3.c @@ -1,5 +1,5 @@ /* Test for notification mechanism in lio_listio. - Copyright (C) 2000, 2002, 2006 Free Software Foundation, Inc. + Copyright (C) 2000-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -22,6 +22,7 @@ #include #include #include +#include static pthread_barrier_t b;