diff options
Diffstat (limited to 'libc/sysdeps/linux/mips/sysdep-nptl.h')
-rw-r--r-- | libc/sysdeps/linux/mips/sysdep-nptl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/sysdep-nptl.h b/libc/sysdeps/linux/mips/sysdep-nptl.h index 2cc897cdb..e364d774a 100644 --- a/libc/sysdeps/linux/mips/sysdep-nptl.h +++ b/libc/sysdeps/linux/mips/sysdep-nptl.h @@ -193,7 +193,7 @@ #ifdef __ASSEMBLER__ -#include <regdef.h> +#include <sys/regdef.h> #define ENTRY(name) \ .globl name; \ |