]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/builtin-report.c
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
[karo-tx-linux.git] / tools / perf / builtin-report.c
index 3f89e0eaf0d485bb8e9522d21b50bb36e0a7887f..22478ff2b706ad1b9fc15c6fe13e341b98af10e5 100644 (file)
@@ -46,6 +46,9 @@
 #include <signal.h>
 #include <linux/bitmap.h>
 #include <linux/stringify.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <unistd.h>
 
 struct report {
        struct perf_tool        tool;