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 'init/init.c')
-rw-r--r--init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index 52440ef85..e0b465126 100644
--- a/init/init.c
+++ b/init/init.c
@@ -110,7 +110,7 @@ struct serial_struct {
#if defined(__GLIBC__)
#include <sys/kdaemon.h>
#else
-#include <linux/unistd.h> /* for _syscall() macro */
+#include <sys/syscall.h> /* for _syscall() macro */
static _syscall2(int, bdflush, int, func, int, data);
#endif /* __GLIBC__ */