diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
114 | static _syscall2(int, bdflush, int, func, int, data); | 114 | static _syscall2(int, bdflush, int, func, int, data); |
115 | #endif /* __GLIBC__ */ | 115 | #endif /* __GLIBC__ */ |
116 | 116 | ||