diff options
Diffstat (limited to 'rt/tst-aio.c')
-rw-r--r-- | rt/tst-aio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/tst-aio.c b/rt/tst-aio.c index 30b4567..1697cc2 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 <drepper@cygnus.com>, 1998. @@ -20,6 +20,7 @@ #include <aio.h> #include <errno.h> #include <error.h> +#include <fcntl.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |