aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-19 16:49:47 +0100
committerMattias Andrée <maandree@kth.se>2021-02-19 16:49:47 +0100
commit825a9af406e67e35dff6a044faa77fee1a359382 (patch)
tree81edf97b8e28182df038b43c82498f78c9972a9b
parentFix typo (diff)
downloadvtchs-825a9af406e67e35dff6a044faa77fee1a359382.tar.gz
vtchs-825a9af406e67e35dff6a044faa77fee1a359382.tar.bz2
vtchs-825a9af406e67e35dff6a044faa77fee1a359382.tar.xz
Update headers
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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)