]> git.wh0rd.org - home.git/commitdiff
test.c: more headers
authorMike Frysinger <vapier@gentoo.org>
Sat, 19 Aug 2017 18:44:42 +0000 (14:44 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 19 Aug 2017 18:44:42 +0000 (14:44 -0400)
test.c

diff --git a/test.c b/test.c
index 8501a90426cdf6caecddcd7184a70ea6114bce09..967ded3c453b8136d33c024900b7873c947ec35a 100644 (file)
--- a/test.c
+++ b/test.c
@@ -12,6 +12,7 @@
 #include <langinfo.h>
 #include <limits.h>
 #include <locale.h>
+#include <pthread.h>
 #include <regex.h>
 #include <signal.h>
 #include <stdbool.h>
 #include <string.h>
 #include <time.h>
 #include <unistd.h>
+#include <wchar.h>
 
 #include <arpa/inet.h>
 #include <netinet/in.h>
 
+#include <sys/auxv.h>
 #include <sys/epoll.h>
+#include <sys/prctl.h>
 #include <sys/signalfd.h>
 #include <sys/socket.h>
 #include <sys/stat.h>