2005-12-28 Roland McGrath <roland@redhat.com>

* hurd/sigunwind.c: Include <stdint.h>.
	* sysdeps/mach/hurd/jmp-unwind.c: Likewise.
This commit is contained in:
Roland McGrath 2005-12-28 20:40:03 +00:00
parent 272b289859
commit d745642e91
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <thread_state.h>
#include <setjmp.h>
#include <assert.h>
#include <stdint.h>
/* _hurd_setup_sighandler puts a link on the `active resources' chain so that

View File

@ -22,6 +22,7 @@
#include <hurd/signal.h>
#include <hurd/sigpreempt.h>
#include <assert.h>
#include <stdint.h>
#ifndef _JMPBUF_UNWINDS