]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/tests/parse-events.c
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
[karo-tx-linux.git] / tools / perf / tests / parse-events.c
index 981d2bf9914f12bd2dc754c6c0cb5f0f6736dfc6..7fad885491c5710acb1e1d82e290d5a34639f88e 100644 (file)
@@ -7,6 +7,9 @@
 #include "util.h"
 #include <dirent.h>
 #include <errno.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <unistd.h>
 #include <linux/kernel.h>
 #include <linux/hw_breakpoint.h>
 #include <api/fs/fs.h>