2003-05-16  Ulrich Drepper  <drepper@redhat.com>

	* unwind.c: Include <unistd.h>.
This commit is contained in:
Ulrich Drepper 2003-05-16 17:40:49 +00:00
parent 63c7a7e8a9
commit 6e66dc78c4
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-05-16 Ulrich Drepper <drepper@redhat.com>
* unwind.c: Include <unistd.h>.
2003-05-14 Ulrich Drepper <drepper@redhat.com>
* Makefile ($(objpfx)$(multidir)): Add rule to create the directory.

View File

@ -20,6 +20,7 @@
#include <setjmp.h>
#include <stdlib.h>
#include <unistd.h>
#include "pthreadP.h"