diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-14 19:49:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-14 19:49:13 +0000 |
commit | 9d263d72848fb561e104a21da3ffccf791078f2a (patch) | |
tree | a4004b7cacfaf715a38199cdbb0c4114677c5508 /nptl/tst-cleanup1.c | |
parent | 36b3f3eb117f2923b1080a22f748e4a6cd63de73 (diff) | |
download | glibc-9d263d72848fb561e104a21da3ffccf791078f2a.tar.gz glibc-9d263d72848fb561e104a21da3ffccf791078f2a.tar.xz glibc-9d263d72848fb561e104a21da3ffccf791078f2a.zip |
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.c | 1 |
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> |