diff options
Diffstat (limited to 'tools/perf/util/pstack.h')
| -rw-r--r-- | tools/perf/util/pstack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/pstack.h b/tools/perf/util/pstack.h index 5ad07023504b..4cedea59f518 100644 --- a/tools/perf/util/pstack.h +++ b/tools/perf/util/pstack.h | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | #ifndef _PERF_PSTACK_ | 1 | #ifndef _PERF_PSTACK_ |
| 2 | #define _PERF_PSTACK_ | 2 | #define _PERF_PSTACK_ |
| 3 | 3 | ||
| 4 | #include <stdbool.h> | ||
| 5 | |||
| 4 | struct pstack; | 6 | struct pstack; |
| 5 | struct pstack *pstack__new(unsigned short max_nr_entries); | 7 | struct pstack *pstack__new(unsigned short max_nr_entries); |
| 6 | void pstack__delete(struct pstack *self); | 8 | void pstack__delete(struct pstack *self); |
