From 46307c8d27b77eed67bbfabea1aa82bce11a62b5 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 12 Jun 2008 22:28:03 +0000 Subject: Include sys/syscall.h since we are checking for __NR_clock_getres. --- libc/unistd/sysconf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/unistd/sysconf.c') diff --git a/libc/unistd/sysconf.c b/libc/unistd/sysconf.c index 9f2ca8d0b..8488f013b 100644 --- a/libc/unistd/sysconf.c +++ b/libc/unistd/sysconf.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #ifdef __UCLIBC_HAS_REGEX__ -- cgit v1.2.3