summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/jmp-unwind.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-12-28 20:40:03 +0000
committerRoland McGrath <roland@gnu.org>2005-12-28 20:40:03 +0000
commitd745642e91d5c6d4c14b9d47112f5cf68608611b (patch)
tree3926c5614a6873ce8c0a14333a2369b6fe160bd6 /sysdeps/mach/hurd/jmp-unwind.c
parent272b289859eff42d77fac6cf3125b38b0ff01791 (diff)
2005-12-28 Roland McGrath <roland@redhat.com>
* hurd/sigunwind.c: Include <stdint.h>. * sysdeps/mach/hurd/jmp-unwind.c: Likewise.
Diffstat (limited to 'sysdeps/mach/hurd/jmp-unwind.c')
-rw-r--r--sysdeps/mach/hurd/jmp-unwind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/jmp-unwind.c b/sysdeps/mach/hurd/jmp-unwind.c
index 0c9700b739..a522aa715a 100644
--- a/sysdeps/mach/hurd/jmp-unwind.c
+++ b/sysdeps/mach/hurd/jmp-unwind.c
@@ -22,6 +22,7 @@
#include <hurd/signal.h>
#include <hurd/sigpreempt.h>
#include <assert.h>
+#include <stdint.h>
#ifndef _JMPBUF_UNWINDS