From ec656c14290dfe1449d3a03925ab4085bfc71ccd Mon Sep 17 00:00:00 2001 From: David McCullough Date: Mon, 26 Feb 2001 03:55:17 +0000 Subject: Reduced the size of sigsets to the minimal needed. Apart from the size, it has the added advantage of giving the C++ build of m68k-elf-gcc a clean bill of health. --- libc/sysdeps/linux/m68k/bits/setjmp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/m68k/bits/setjmp.h') diff --git a/libc/sysdeps/linux/m68k/bits/setjmp.h b/libc/sysdeps/linux/m68k/bits/setjmp.h index 31a241380..83ce200a1 100644 --- a/libc/sysdeps/linux/m68k/bits/setjmp.h +++ b/libc/sysdeps/linux/m68k/bits/setjmp.h @@ -22,6 +22,8 @@ # error "Never include directly; use instead." #endif +#include + typedef struct { /* There are eight 4-byte data registers, but D0 is not saved. */ -- cgit v1.2.3