diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 2 |
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__ */ |