diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-06 09:56:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-06 09:56:35 +0000 |
commit | 1e03add675c58c17d96f51cafa008066d4220a09 (patch) | |
tree | 707976ee4be91a365342b34d8069e6c9e0f089bf /init.c | |
parent | 5d893b6beb2a42c6c3bc0fd0b5447bcfc8a0f84c (diff) |
a few minor cleanups.
-Erik
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,11 +42,11 @@ #include <linux/version.h> #include <linux/reboot.h> #include <linux/unistd.h> +#include <linux/vt.h> /* for vt_stat */ #include <sys/fcntl.h> #include <sys/ioctl.h> #include <sys/mount.h> #include <sys/types.h> -#include <sys/vt.h> /* for vt_stat */ #include <sys/wait.h> #ifdef BB_SYSLOGD # include <sys/syslog.h> |