about summary refs log tree commit diff
path: root/nptl/unwind.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-16 17:40:49 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-16 17:40:49 +0000
commit6e66dc78c4149bde8d8401fba53eab0429829e95 (patch)
treee5a55ca298464c8a7f3777662ea13f0766c4cf6d /nptl/unwind.c
parent63c7a7e8a99489497572e0cf81aee5c3bc77d1c2 (diff)
downloadglibc-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.c1
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"