summaryrefslogtreecommitdiff
path: root/nptl/tst-cancel14.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2013-01-28 17:51:03 +0100
committerAndreas Schwab <schwab@suse.de>2013-02-04 10:01:54 +0100
commit903ae060db90aa1d72aa67afbc5a5ecabdcdbef7 (patch)
tree765f691bf506bef1017d12024366e48ca17cb831 /nptl/tst-cancel14.c
parent542f94662e8235d9917b0783df70bcdf9d729503 (diff)
Don't use GLIBC_PRIVATE errno outside of libraries
Diffstat (limited to 'nptl/tst-cancel14.c')
-rw-r--r--nptl/tst-cancel14.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-cancel14.c b/nptl/tst-cancel14.c
index fbaed4940f..ca9042d60a 100644
--- a/nptl/tst-cancel14.c
+++ b/nptl/tst-cancel14.c
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <sys/time.h>
static pthread_barrier_t bar;