Skip to content

Commit

Permalink
Merge pull request #32 from jichu4n/stropts
Browse files Browse the repository at this point in the history
Replace stropts.h with sys/ioctl.h due to removal in glibc.
  • Loading branch information
jichu4n authored Feb 6, 2020
2 parents 136d3f4 + 7f25fda commit 4843fe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
#include <getopt.h>
#include <linux/vt.h>
#include <locale.h>
#include <stropts.h>
#include <sys/ioctl.h>
#include <sys/prctl.h>
#include <unistd.h>

#include <algorithm>
#include <cctype>
#include <climits>
Expand All @@ -46,6 +47,7 @@
#include <map>
#include <memory>
#include <string>

#include "command.hpp"
#include "cpp_compat.hpp"
#include "framebuffer.hpp"
Expand Down

0 comments on commit 4843fe2

Please sign in to comment.