Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 @@
*/
#include "internal.h"
-#include <linux/unistd.h>
+#include <sys/syscall.h>
#include <sys/param.h>
#include <sys/syslog.h>