]> git.wh0rd.org - home.git/commitdiff
test.c: more headers
authorMike Frysinger <vapier@gentoo.org>
Mon, 28 May 2018 13:38:09 +0000 (09:38 -0400)
committerMike Frysinger <vapier@gentoo.org>
Mon, 28 May 2018 13:38:09 +0000 (09:38 -0400)
test.c

diff --git a/test.c b/test.c
index d2a5f6182c6e36deab0f5af623c20929e2937f97..75fc85a69ebea70f8bcd519f2e7bc9fafca36970 100644 (file)
--- a/test.c
+++ b/test.c
@@ -16,6 +16,7 @@
 #include <pthread.h>
 #include <regex.h>
 #include <signal.h>
+#include <stdarg.h>
 #include <stdbool.h>
 #include <stddef.h>
 #include <stdint.h>
@@ -31,6 +32,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>