aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/stat.c')
-rw-r--r--tools/perf/util/stat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/stat.c b/tools/perf/util/stat.c
index f4a1edcec7b2..8f1ea27f976f 100644
--- a/tools/perf/util/stat.c
+++ b/tools/perf/util/stat.c
@@ -2,9 +2,12 @@
2#include <errno.h> 2#include <errno.h>
3#include <inttypes.h> 3#include <inttypes.h>
4#include <math.h> 4#include <math.h>
5#include <string.h>
5#include "counts.h" 6#include "counts.h"
6#include "debug.h" 7#include "debug.h"
8#include "header.h"
7#include "stat.h" 9#include "stat.h"
10#include "session.h"
8#include "target.h" 11#include "target.h"
9#include "evlist.h" 12#include "evlist.h"
10#include "evsel.h" 13#include "evsel.h"