From 6d3b6f17fe83e806790f15f84756e0a5bcdcdfea Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 3 Jul 2001 01:39:13 +0000 Subject: Need to include sys/syscall.h because of other changes --- libc/sysdeps/linux/powerpc/_mmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc') diff --git a/libc/sysdeps/linux/powerpc/_mmap.c b/libc/sysdeps/linux/powerpc/_mmap.c index aec5524ef..18cb99944 100644 --- a/libc/sysdeps/linux/powerpc/_mmap.c +++ b/libc/sysdeps/linux/powerpc/_mmap.c @@ -1,6 +1,7 @@ #include #include +#include void * mmap(void *start, size_t length, int prot, int flags, int fd, -- cgit v1.2.3