diff options
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
-rw-r--r-- | tools/perf/util/scripting-engines/trace-event-perl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/perf/util/scripting-engines/trace-event-perl.c b/tools/perf/util/scripting-engines/trace-event-perl.c index 2b12bdb3ce33..7b79c413486b 100644 --- a/tools/perf/util/scripting-engines/trace-event-perl.c +++ b/tools/perf/util/scripting-engines/trace-event-perl.c | |||
@@ -28,7 +28,9 @@ | |||
28 | #include <linux/bitmap.h> | 28 | #include <linux/bitmap.h> |
29 | #include <linux/time64.h> | 29 | #include <linux/time64.h> |
30 | 30 | ||
31 | #include "../util.h" | 31 | #include <stdbool.h> |
32 | /* perl needs the following define, right after including stdbool.h */ | ||
33 | #define HAS_BOOL | ||
32 | #include <EXTERN.h> | 34 | #include <EXTERN.h> |
33 | #include <perl.h> | 35 | #include <perl.h> |
34 | 36 | ||