aboutsummaryrefslogtreecommitdiffstats
path: root/vtchs.c
diff options
context:
space:
mode:
Diffstat (limited to 'vtchs.c')
-rw-r--r--vtchs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtchs.c b/vtchs.c
index 6fd960d..9bb3673 100644
--- a/vtchs.c
+++ b/vtchs.c
@@ -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)