]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-12-28 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 28 Dec 2005 20:40:03 +0000 (20:40 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 28 Dec 2005 20:40:03 +0000 (20:40 +0000)
* hurd/sigunwind.c: Include <stdint.h>.
* sysdeps/mach/hurd/jmp-unwind.c: Likewise.

hurd/sigunwind.c
sysdeps/mach/hurd/jmp-unwind.c

index f6cb55454e956929593daf26f44093c1f5c8f472..67f78c1ce5a132db7ce034bc8aa05b979ea963ea 100644 (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
index 0c9700b739dc7108f16df149ed0ee55adc10d3ba..a522aa715af8e254405ff449b62f2030a74abef5 100644 (file)
@@ -22,6 +22,7 @@
 #include <hurd/signal.h>
 #include <hurd/sigpreempt.h>
 #include <assert.h>
+#include <stdint.h>
 
 
 #ifndef _JMPBUF_UNWINDS