aboutsummaryrefslogtreecommitdiff
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 52440ef85..e0b465126 100644
--- a/init.c
+++ b/init.c
@@ -110,7 +110,7 @@ struct serial_struct {
110#if defined(__GLIBC__) 110#if defined(__GLIBC__)
111#include <sys/kdaemon.h> 111#include <sys/kdaemon.h>
112#else 112#else
113#include <linux/unistd.h> /* for _syscall() macro */ 113#include <sys/syscall.h> /* for _syscall() macro */
114static _syscall2(int, bdflush, int, func, int, data); 114static _syscall2(int, bdflush, int, func, int, data);
115#endif /* __GLIBC__ */ 115#endif /* __GLIBC__ */
116 116