diff options
Diffstat (limited to 'vtchs.c')
-rw-r--r-- | vtchs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,10 +1,10 @@ /* See LICENSE file for copyright and license details. */ #include <linux/vt.h> +#include <sys/ioctl.h> #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <stropts.h> #include <unistd.h> #define VT(OP, ARG) vt(OP, ARG, #OP) |