Browse Source

Include sys/syscall.h since we are checking for __NR_clock_getres.

Peter Kjellerstedt 17 years ago
parent
commit
46307c8d27
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/unistd/sysconf.c

+ 1 - 0
libc/unistd/sysconf.c

@@ -27,6 +27,7 @@
 #include <stdlib.h>
 #include <time.h>
 #include <unistd.h>
+#include <sys/syscall.h>
 #include <sys/sysinfo.h>
 #include <sys/types.h>
 #ifdef __UCLIBC_HAS_REGEX__