diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-28 20:11:28 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-28 20:11:28 +0000 |
commit | a44790f53919f0d129c78b8a288e5f5cac331c66 (patch) | |
tree | 8baa3cf3a7a6f6f6f6323403b24d772d9fb96c3a /utility.c | |
parent | a2db097d662e5d739b5a0748208dc76055260061 (diff) | |
download | busybox-w32-a44790f53919f0d129c78b8a288e5f5cac331c66.tar.gz busybox-w32-a44790f53919f0d129c78b8a288e5f5cac331c66.tar.bz2 busybox-w32-a44790f53919f0d129c78b8a288e5f5cac331c66.zip |
Better cross libc support.
-Erik
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||