diff options
Diffstat (limited to 'tools/perf/util/event.h')
| -rw-r--r-- | tools/perf/util/event.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index 2c9c26d6ded0..c31a5da6458b 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #ifndef __PERF_RECORD_H | 1 | #ifndef __PERF_RECORD_H |
| 2 | #define __PERF_RECORD_H | 2 | #define __PERF_RECORD_H |
| 3 | |||
| 3 | #include "../perf.h" | 4 | #include "../perf.h" |
| 4 | #include "util.h" | 5 | #include "util.h" |
| 5 | #include <linux/list.h> | 6 | #include <linux/list.h> |
| @@ -101,4 +102,4 @@ struct map *map__clone(struct map *self); | |||
| 101 | int map__overlap(struct map *l, struct map *r); | 102 | int map__overlap(struct map *l, struct map *r); |
| 102 | size_t map__fprintf(struct map *self, FILE *fp); | 103 | size_t map__fprintf(struct map *self, FILE *fp); |
| 103 | 104 | ||
| 104 | #endif | 105 | #endif /* __PERF_RECORD_H */ |
