diff options
Diffstat (limited to 'libc/sysdeps/linux/mips/bsd-setjmp.S')
-rw-r--r-- | libc/sysdeps/linux/mips/bsd-setjmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/bsd-setjmp.S b/libc/sysdeps/linux/mips/bsd-setjmp.S index 9539d652d..49a904d29 100644 --- a/libc/sysdeps/linux/mips/bsd-setjmp.S +++ b/libc/sysdeps/linux/mips/bsd-setjmp.S @@ -21,7 +21,7 @@ We cannot do it in C because it must be a tail-call, so frame-unwinding in setjmp doesn't clobber the state restored by longjmp. */ -#include "regdef.h" +#include <sys/regdef.h> #ifdef __PIC__ .option pic2 |