From 0316eef95535da5a7c7fea60d3238257315e5867 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 1 Jul 2005 00:34:37 +0000 Subject: make sure we include features.h to get the hidden define --- libc/sysdeps/linux/x86_64/__syscall_error.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/x86_64/__syscall_error.c') 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 +#include /* This routine is jumped to by all the syscall handlers, to stash * an error number into errno. */ -- cgit v1.2.3