]> git.wh0rd.org - home.git/blobdiff - test.c
PS1: shorten slightly & add PS0 recovery
[home.git] / test.c
diff --git a/test.c b/test.c
index d2a5f6182c6e36deab0f5af623c20929e2937f97..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>
@@ -16,6 +18,7 @@
 #include <pthread.h>
 #include <regex.h>
 #include <signal.h>
+#include <stdarg.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdint.h>
@@ -31,6 +34,7 @@
 
 #include <sys/auxv.h>
 #include <sys/epoll.h>
+#include <sys/mman.h>
 #include <sys/mount.h>
 #include <sys/prctl.h>
 #include <sys/signalfd.h>