summaryrefslogtreecommitdiff
path: root/rt/tst-aio7.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-02-27 13:58:42 -0800
committerRoland McGrath <roland@hack.frob.com>2012-02-27 13:58:42 -0800
commit84ad622bbf4b1c22f68414532f5a8a88557bf9bd (patch)
tree6d0b6f3360c29f54f77916923679ef8dbf852ead /rt/tst-aio7.c
parent4579f81caf7fbfd17db43699e6352a8e4c26421f (diff)
downloadglibc-84ad622bbf4b1c22f68414532f5a8a88557bf9bd.tar.gz
Add missing fcntl.h include in some aio tests.
Diffstat (limited to 'rt/tst-aio7.c')
-rw-r--r--rt/tst-aio7.c3
1 files changed, 2 insertions, 1 deletions
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 <aio.h>
#include <error.h>
#include <errno.h>
+#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>