diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-12 19:21:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-12 19:21:40 +0000 |
commit | 67ed3d4a5cc3deaed2433756d37d9a11ad4b04bc (patch) | |
tree | d3bac1836a358af990394fc093aefac675a304bc /libc/sysdeps/linux/common | |
parent | 12e7555ea225f516edc8bd5203d6a102d2f92861 (diff) |
A small patch from Erwin Authried <eauth@softsys.co.at>
*) changed ARM crt0.S / crt0pic.S selection -- depends on DOPIC now.
*) Minor tweek to syscall definitions
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r-- | libc/sysdeps/linux/common/create_module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/create_module.c b/libc/sysdeps/linux/common/create_module.c index 93153c8b3..a20395ea0 100644 --- a/libc/sysdeps/linux/common/create_module.c +++ b/libc/sysdeps/linux/common/create_module.c @@ -22,6 +22,7 @@ */ #include <errno.h> +#include <unistd.h> #include <features.h> #include <sys/types.h> #include <sys/syscall.h> |