Преглед на файлове

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

Peter Kjellerstedt преди 17 години
родител
ревизия
46307c8d27
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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__