summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64/__syscall_error.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-01 00:34:37 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-01 00:34:37 +0000
commit0316eef95535da5a7c7fea60d3238257315e5867 (patch)
treef96100981e6c26ec6c59da198c760ec2f2972a48 /libc/sysdeps/linux/x86_64/__syscall_error.c
parent6c4a49d991b2e27a65168c4be43ae469022f9fa9 (diff)
make sure we include features.h to get the hidden define
Diffstat (limited to 'libc/sysdeps/linux/x86_64/__syscall_error.c')
-rw-r--r--libc/sysdeps/linux/x86_64/__syscall_error.c1
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. */