diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-19 16:49:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-19 16:49:47 +0100 |
commit | 825a9af406e67e35dff6a044faa77fee1a359382 (patch) | |
tree | 81edf97b8e28182df038b43c82498f78c9972a9b | |
parent | Fix typo (diff) | |
download | vtchs-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.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) |