mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
11 lines
235 B
Diff
11 lines
235 B
Diff
--- a/tools/perf/util/probe-event.c
|
|
+++ b/tools/perf/util/probe-event.c
|
|
@@ -17,6 +17,7 @@
|
|
#include <string.h>
|
|
#include <stdarg.h>
|
|
#include <limits.h>
|
|
+#include <libgen.h> /* for basename */
|
|
#include <elf.h>
|
|
|
|
#include "build-id.h"
|