]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/dso.c
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
[karo-tx-linux.git] / tools / perf / util / dso.c
index 3339ab7cabc51d7de8f1391e5ccf480d814044e3..a96a99d2369f800634025bcdfa9838d1d6bc9d97 100644 (file)
@@ -2,6 +2,9 @@
 #include <linux/kernel.h>
 #include <sys/time.h>
 #include <sys/resource.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <unistd.h>
 #include <errno.h>
 #include "compress.h"
 #include "path.h"