summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/brk.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/brk.c')
-rw-r--r--newlib/libc/sys/linux/brk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/brk.c b/newlib/libc/sys/linux/brk.c
index f61a0c3c0..87ebfe0e7 100644
--- a/newlib/libc/sys/linux/brk.c
+++ b/newlib/libc/sys/linux/brk.c
@@ -6,7 +6,7 @@
#include <stddef.h> /* for NULL */
#include <sys/types.h>
#include <sys/unistd.h>
-#include <sys/syscall.h>
+#include <machine/syscall.h>
static char *curr_brk = NULL;