diff options
Diffstat (limited to 'libc/sysdeps/linux/mips/syscall.S')
-rw-r--r-- | libc/sysdeps/linux/mips/syscall.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/mips/syscall.S b/libc/sysdeps/linux/mips/syscall.S index ce2f1292f..d5b1cbe3c 100644 --- a/libc/sysdeps/linux/mips/syscall.S +++ b/libc/sysdeps/linux/mips/syscall.S @@ -17,8 +17,8 @@ 02111-1307 USA. */ #include <features.h> -#include <asm/asm.h> -#include <asm/regdef.h> +#include <sys/asm.h> +#include <sys/regdef.h> #ifdef __PIC__ .option pic2 |