diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/config/feature-checks/test-on-exit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/config/feature-checks/test-on-exit.c b/tools/perf/config/feature-checks/test-on-exit.c index 8f64ed3a58d9..8e88b16e6ded 100644 --- a/tools/perf/config/feature-checks/test-on-exit.c +++ b/tools/perf/config/feature-checks/test-on-exit.c | |||
@@ -1,4 +1,5 @@ | |||
1 | #include <stdio.h> | 1 | #include <stdio.h> |
2 | #include <stdlib.h> | ||
2 | 3 | ||
3 | static void exit_fn(int status, void *__data) | 4 | static void exit_fn(int status, void *__data) |
4 | { | 5 | { |