about summary refs log tree commit diff
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
parent272b289859eff42d77fac6cf3125b38b0ff01791 (diff)
downloadglibc-d745642e91d5c6d4c14b9d47112f5cf68608611b.tar.gz
glibc-d745642e91d5c6d4c14b9d47112f5cf68608611b.tar.xz
glibc-d745642e91d5c6d4c14b9d47112f5cf68608611b.zip
2005-12-28 Roland McGrath <roland@redhat.com>
	* hurd/sigunwind.c: Include <stdint.h>.
	* sysdeps/mach/hurd/jmp-unwind.c: Likewise.
-rw-r--r--hurd/sigunwind.c1
-rw-r--r--sysdeps/mach/hurd/jmp-unwind.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/hurd/sigunwind.c b/hurd/sigunwind.c
index f6cb55454e..67f78c1ce5 100644
--- a/hurd/sigunwind.c
+++ b/hurd/sigunwind.c
@@ -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
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