From 7f25fdac5d32625205684811e180491b8212048b Mon Sep 17 00:00:00 2001 From: Chuan Ji Date: Wed, 5 Feb 2020 18:42:09 -0800 Subject: [PATCH] Replace stropts.h with sys/ioctl.h due to removal in glibc. Context: issue #31 --- main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 45f99de..1142112 100644 --- a/main.cpp +++ b/main.cpp @@ -33,9 +33,10 @@ #include #include #include -#include +#include #include #include + #include #include #include @@ -46,6 +47,7 @@ #include #include #include + #include "command.hpp" #include "cpp_compat.hpp" #include "framebuffer.hpp"