summaryrefslogtreecommitdiff
path: root/libc/rt/tst-aio2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/rt/tst-aio2.c')
-rw-r--r--libc/rt/tst-aio2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/rt/tst-aio2.c b/libc/rt/tst-aio2.c
index 897d37d8b..01a94fe27 100644
--- a/libc/rt/tst-aio2.c
+++ b/libc/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 <drepper@cygnus.com>, 2000.
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
+#include <pthread.h>
static pthread_barrier_t b;