diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 00:34:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-01 00:34:37 +0000 |
commit | 0316eef95535da5a7c7fea60d3238257315e5867 (patch) | |
tree | f96100981e6c26ec6c59da198c760ec2f2972a48 | |
parent | 6c4a49d991b2e27a65168c4be43ae469022f9fa9 (diff) |
make sure we include features.h to get the hidden define
-rw-r--r-- | libc/sysdeps/linux/x86_64/__syscall_error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/x86_64/__syscall_error.c b/libc/sysdeps/linux/x86_64/__syscall_error.c index f0a699575..de65a1f39 100644 --- a/libc/sysdeps/linux/x86_64/__syscall_error.c +++ b/libc/sysdeps/linux/x86_64/__syscall_error.c @@ -18,6 +18,7 @@ 02111-1307 USA. */ #include <errno.h> +#include <features.h> /* This routine is jumped to by all the syscall handlers, to stash * an error number into errno. */ |