aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-28 20:11:28 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-28 20:11:28 +0000
commita44790f53919f0d129c78b8a288e5f5cac331c66 (patch)
tree8baa3cf3a7a6f6f6f6323403b24d772d9fb96c3a /utility.c
parenta2db097d662e5d739b5a0748208dc76055260061 (diff)
downloadbusybox-a44790f53919f0d129c78b8a288e5f5cac331c66.tar.gz
Better cross libc support.
-Erik
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utility.c b/utility.c
index 061ba6423..a45edde5d 100644
--- a/utility.c
+++ b/utility.c
@@ -135,6 +135,7 @@ extern int get_kernel_revision(void)
#if defined BB_FREE || defined BB_INIT || defined BB_UNAME || defined BB_UPTIME
#include <sys/syscall.h>
+#include <linux/unistd.h>
_syscall1(int, sysinfo, struct sysinfo *, info);
#endif /* BB_INIT */