diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-10 02:03:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-10 02:03:25 +0000 |
commit | 771c60ca859f10e64489ec3aa18e4543436ba688 (patch) | |
tree | f5f3380efc214b4bdabd8ba1debe8d9537905e76 /libc/sysdeps/linux/nios/__longjmp.S | |
parent | 22eff99ada7e5c18e2b2962a8c03384c579ec4c8 (diff) |
more fixes by Thomas Chou in Bug 618
Diffstat (limited to 'libc/sysdeps/linux/nios/__longjmp.S')
-rw-r--r-- | libc/sysdeps/linux/nios/__longjmp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/nios/__longjmp.S b/libc/sysdeps/linux/nios/__longjmp.S index c2b1979cc..1b4fa6a56 100644 --- a/libc/sysdeps/linux/nios/__longjmp.S +++ b/libc/sysdeps/linux/nios/__longjmp.S @@ -16,6 +16,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include <features.h> #define _ASM #define _SETJMP_H #include <bits/setjmp.h> |