summaryrefslogtreecommitdiff
path: root/nptl/tst-cleanup1.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-14 19:49:13 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-14 19:49:13 +0000
commit9d263d72848fb561e104a21da3ffccf791078f2a (patch)
treea4004b7cacfaf715a38199cdbb0c4114677c5508 /nptl/tst-cleanup1.c
parent36b3f3eb117f2923b1080a22f748e4a6cd63de73 (diff)
Update.
2002-12-14 Jakub Jelinek <jakub@redhat.com> * dirent/bug-readdir1.c: Include unistd.h.
Diffstat (limited to 'nptl/tst-cleanup1.c')
-rw-r--r--nptl/tst-cleanup1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-cleanup1.c b/nptl/tst-cleanup1.c
index 561837fcf9..a6b61425a6 100644
--- a/nptl/tst-cleanup1.c
+++ b/nptl/tst-cleanup1.c
@@ -19,6 +19,7 @@
#include <pthread.h>
#include <stdio.h>
+#include <stdlib.h>
#include <unistd.h>