]> git.wh0rd.org - home.git/commitdiff
test.c: more headers
authorMike Frysinger <vapier@gentoo.org>
Wed, 23 May 2018 01:55:16 +0000 (09:55 +0800)
committerMike Frysinger <vapier@gentoo.org>
Wed, 23 May 2018 01:55:16 +0000 (09:55 +0800)
test.c

diff --git a/test.c b/test.c
index 967ded3c453b8136d33c024900b7873c947ec35a..d2a5f6182c6e36deab0f5af623c20929e2937f97 100644 (file)
--- a/test.c
+++ b/test.c
@@ -5,6 +5,7 @@
 #include <assert.h>
 #include <dirent.h>
 #include <elf.h>
+#include <err.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <float.h>
 
 #include <sys/auxv.h>
 #include <sys/epoll.h>
+#include <sys/mount.h>
 #include <sys/prctl.h>
 #include <sys/signalfd.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
+#include <sys/syscall.h>
 #include <sys/time.h>
 #include <sys/types.h>
 #include <sys/un.h>
 #include <sys/wait.h>
 
+#if defined(__i386__) || defined(__x86_64__)
+#include <cpuid.h>
+#endif
+
 int main(int argc, char *argv[])
 {
 }