diff options
author | Roland McGrath <roland@gnu.org> | 2005-12-28 20:40:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-12-28 20:40:03 +0000 |
commit | d745642e91d5c6d4c14b9d47112f5cf68608611b (patch) | |
tree | 3926c5614a6873ce8c0a14333a2369b6fe160bd6 /hurd | |
parent | 272b289859eff42d77fac6cf3125b38b0ff01791 (diff) | |
download | glibc-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.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/sigunwind.c | 1 |
1 files changed, 1 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 |