diff options
Diffstat (limited to 'tools/perf/util/data.c')
-rw-r--r-- | tools/perf/util/data.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/data.c b/tools/perf/util/data.c index e75c3a279fe8..88fba2ba549f 100644 --- a/tools/perf/util/data.c +++ b/tools/perf/util/data.c | |||
@@ -13,9 +13,10 @@ | |||
13 | #include <dirent.h> | 13 | #include <dirent.h> |
14 | 14 | ||
15 | #include "data.h" | 15 | #include "data.h" |
16 | #include "util.h" | 16 | #include "util.h" // rm_rf_perf_data() |
17 | #include "debug.h" | 17 | #include "debug.h" |
18 | #include "header.h" | 18 | #include "header.h" |
19 | #include <internal/lib.h> | ||
19 | 20 | ||
20 | static void close_dir(struct perf_data_file *files, int nr) | 21 | static void close_dir(struct perf_data_file *files, int nr) |
21 | { | 22 | { |