]> git.wh0rd.org - home.git/commitdiff
test.c: add more headers
authorMike Frysinger <vapier@gentoo.org>
Wed, 10 Oct 2018 22:01:30 +0000 (18:01 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 10 Oct 2018 22:01:30 +0000 (18:01 -0400)
test.c

diff --git a/test.c b/test.c
index 75fc85a69ebea70f8bcd519f2e7bc9fafca36970..45d61247dea843dd717cbe2b03ce43b32cc65fb2 100644 (file)
--- a/test.c
+++ b/test.c
@@ -2,6 +2,7 @@
 
 #define _GNU_SOURCE
 
+#include <termios.h>
 #include <assert.h>
 #include <dirent.h>
 #include <elf.h>
@@ -9,6 +10,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <float.h>
+#include <getopt.h>
 #include <inttypes.h>
 #include <langinfo.h>
 #include <limits.h>