diff options
Diffstat (limited to 'libc/sysdeps/linux/m68k/jmpbuf-offsets.h')
-rw-r--r-- | libc/sysdeps/linux/m68k/jmpbuf-offsets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/m68k/jmpbuf-offsets.h b/libc/sysdeps/linux/m68k/jmpbuf-offsets.h index cb0df830f..fdd365d12 100644 --- a/libc/sysdeps/linux/m68k/jmpbuf-offsets.h +++ b/libc/sysdeps/linux/m68k/jmpbuf-offsets.h @@ -4,6 +4,8 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ +#include <features.h> + #define JB_REGS 0 #define JB_DREGS 0 #define JB_AREGS 24 |