about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/conf/sysconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf/sysconf.c b/src/conf/sysconf.c
index 5199ed29..3baaed32 100644
--- a/src/conf/sysconf.c
+++ b/src/conf/sysconf.c
@@ -5,6 +5,7 @@
 #include <signal.h>
 #include <sys/sysinfo.h>
 #include "syscall.h"
+#include "libc.h"
 
 #define JT(x) (-256|(x))
 #define VER JT(1)