diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-16 17:40:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-16 17:40:49 +0000 |
commit | 6e66dc78c4149bde8d8401fba53eab0429829e95 (patch) | |
tree | e5a55ca298464c8a7f3777662ea13f0766c4cf6d /nptl/unwind.c | |
parent | 63c7a7e8a99489497572e0cf81aee5c3bc77d1c2 (diff) | |
download | glibc-6e66dc78c4149bde8d8401fba53eab0429829e95.tar.gz glibc-6e66dc78c4149bde8d8401fba53eab0429829e95.tar.xz glibc-6e66dc78c4149bde8d8401fba53eab0429829e95.zip |
Update.
2003-05-16 Ulrich Drepper <drepper@redhat.com> * unwind.c: Include <unistd.h>.
Diffstat (limited to 'nptl/unwind.c')
-rw-r--r-- | nptl/unwind.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/unwind.c b/nptl/unwind.c index f6537ba69b..4769e0d823 100644 --- a/nptl/unwind.c +++ b/nptl/unwind.c @@ -20,6 +20,7 @@ #include <setjmp.h> #include <stdlib.h> +#include <unistd.h> #include "pthreadP.h" |