aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-28 20:11:28 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-28 20:11:28 +0000
commite7dd6b75a2fa874e97635334a1e3d50fd19d0b0f (patch)
tree8baa3cf3a7a6f6f6f6323403b24d772d9fb96c3a /utility.c
parentf597d203ac3164783377233517a02ac7d8e99e45 (diff)
downloadbusybox-w32-e7dd6b75a2fa874e97635334a1e3d50fd19d0b0f.tar.gz
busybox-w32-e7dd6b75a2fa874e97635334a1e3d50fd19d0b0f.tar.bz2
busybox-w32-e7dd6b75a2fa874e97635334a1e3d50fd19d0b0f.zip
Better cross libc support.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@718 69ca8d6d-28ef-0310-b511-8ec308f3f277
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)
135 135
136#if defined BB_FREE || defined BB_INIT || defined BB_UNAME || defined BB_UPTIME 136#if defined BB_FREE || defined BB_INIT || defined BB_UNAME || defined BB_UPTIME
137#include <sys/syscall.h> 137#include <sys/syscall.h>
138#include <linux/unistd.h>
138_syscall1(int, sysinfo, struct sysinfo *, info); 139_syscall1(int, sysinfo, struct sysinfo *, info);
139#endif /* BB_INIT */ 140#endif /* BB_INIT */
140 141