diff options
Diffstat (limited to 'sleeping-getty.c')
-rw-r--r-- | sleeping-getty.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sleeping-getty.c b/sleeping-getty.c index 25e95a9..9f7d09a 100644 --- a/sleeping-getty.c +++ b/sleeping-getty.c @@ -1,14 +1,15 @@ /* See LICENSE file for copyright and license details. */ #include <linux/vt.h> +#include <sys/ioctl.h> #include <ctype.h> #include <errno.h> #include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <stropts.h> #include <unistd.h> + static char *argv0; static void |