mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-24 19:02:27 +01:00
needed by linux-lts build for generating vmlinux.h so BPF programs can be built without needing the entire kernel source
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"
|