]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/tests/bpf.c
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
[karo-tx-linux.git] / tools / perf / tests / bpf.c
index b78fbd611a7c568be74e3770cdf154eb9fe19692..5876da126b584febb15b128fb28baac1b30baac9 100644 (file)
@@ -1,6 +1,8 @@
 #include <errno.h>
 #include <stdio.h>
 #include <sys/epoll.h>
+#include <sys/types.h>
+#include <sys/stat.h>
 #include <util/util.h>
 #include <util/bpf-loader.h>
 #include <util/evlist.h>