aboutsummaryrefslogtreecommitdiff
path: root/update.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-10 20:08:44 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-10 20:08:44 +0000
commite12ea6f60b41297f6df6abbb006cf2936b688705 (patch)
tree9019a306ae6447fdb28db1843818c19cdbe2f2b9 /update.c
parente375b046136d0491c05938d3cddc93c1c69297f8 (diff)
downloadbusybox-w32-e12ea6f60b41297f6df6abbb006cf2936b688705.tar.gz
busybox-w32-e12ea6f60b41297f6df6abbb006cf2936b688705.tar.bz2
busybox-w32-e12ea6f60b41297f6df6abbb006cf2936b688705.zip
Remove yet more kernel header dependancies.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@804 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'update.c')
-rw-r--r--update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.c b/update.c
index b86d84e06..1fdf04a89 100644
--- a/update.c
+++ b/update.c
@@ -24,7 +24,7 @@
24 */ 24 */
25 25
26#include "internal.h" 26#include "internal.h"
27#include <linux/unistd.h> 27#include <sys/syscall.h>
28#include <sys/param.h> 28#include <sys/param.h>
29#include <sys/syslog.h> 29#include <sys/syslog.h>
30 30