Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/linux.c')
-rw-r--r--newlib/libc/sys/linux/linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/linux.c b/newlib/libc/sys/linux/linux.c
index ae11c3ffb..eb6e7cfbe 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 <machine/syscall.h>
+#include <sys/syscall.h>
/* _syscall1(int,delete_module,const char *,name) */