From 84ad622bbf4b1c22f68414532f5a8a88557bf9bd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 27 Feb 2012 13:58:42 -0800 Subject: Add missing fcntl.h include in some aio tests. --- rt/tst-aio.c | 3 ++- rt/tst-aio64.c | 3 ++- rt/tst-aio7.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'rt') diff --git a/rt/tst-aio.c b/rt/tst-aio.c index 30b45672d0..1697cc28af 100644 --- a/rt/tst-aio.c +++ b/rt/tst-aio.c @@ -1,5 +1,5 @@ /* Tests for AIO in librt. - Copyright (C) 1998,2000,02 Free Software Foundation, Inc. + Copyright (C) 1998-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include diff --git a/rt/tst-aio64.c b/rt/tst-aio64.c index 4eeda5b15b..7648da46fd 100644 --- a/rt/tst-aio64.c +++ b/rt/tst-aio64.c @@ -1,5 +1,5 @@ /* Tests for 64bit AIO in librt. - Copyright (C) 1998,99,2000,02 Free Software Foundation, Inc. + Copyright (C) 1998-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include diff --git a/rt/tst-aio7.c b/rt/tst-aio7.c index 327d28f1bf..0de6088cc0 100644 --- a/rt/tst-aio7.c +++ b/rt/tst-aio7.c @@ -1,5 +1,5 @@ /* Test for AIO POSIX compliance. - Copyright (C) 2001,02, 03 Free Software Foundation, Inc. + Copyright (C) 2001-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 @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3