diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index ff9dc06a4..645f694c0 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -113,7 +113,8 @@ | |||
113 | #include <paths.h> | 113 | #include <paths.h> |
114 | #include <sys/resource.h> | 114 | #include <sys/resource.h> |
115 | #ifdef __linux__ | 115 | #ifdef __linux__ |
116 | #include <linux/vt.h> | 116 | # include <linux/vt.h> |
117 | # include <sys/sysinfo.h> | ||
117 | #endif | 118 | #endif |
118 | #include "reboot.h" /* reboot() constants */ | 119 | #include "reboot.h" /* reboot() constants */ |
119 | 120 | ||