diff options
Diffstat (limited to 'newlib/libc/sys/linux/linux.c')
-rw-r--r-- | newlib/libc/sys/linux/linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/linux.c b/newlib/libc/sys/linux/linux.c index eb6e7cfbe..ae11c3ffb 100644 --- a/newlib/libc/sys/linux/linux.c +++ b/newlib/libc/sys/linux/linux.c @@ -8,7 +8,7 @@ * is guided by glibc/autoconf compatibility and FFS */ -#include <sys/syscall.h> +#include <machine/syscall.h> /* _syscall1(int,delete_module,const char *,name) */ |