summaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.c b/init.c
index 52440ef..e0b4651 100644
--- a/init.c
+++ b/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__ */