diff options
author | David Schleef <ds@schleef.org> | 2001-07-03 01:39:13 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-07-03 01:39:13 +0000 |
commit | 6d3b6f17fe83e806790f15f84756e0a5bcdcdfea (patch) | |
tree | 7e51981a54a013abbf0ef37a6aab2e4baef6226e /libc | |
parent | ac38587dc177b1cd6bb267a6cf4f01d3717a0aea (diff) |
Need to include sys/syscall.h because of other changes
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/powerpc/_mmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <unistd.h> #include <sys/mman.h> +#include <sys/syscall.h> void * mmap(void *start, size_t length, int prot, int flags, int fd, |