From 1de43be4732c5a87ba452aaee6b113a4a24fe61a Mon Sep 17 00:00:00 2001 From: meator Date: Sun, 12 Jan 2025 15:25:58 +0100 Subject: [PATCH] heaptrack: fix build on musl --- srcpkgs/heaptrack/patches/fix-musl.patch | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/heaptrack/patches/fix-musl.patch diff --git a/srcpkgs/heaptrack/patches/fix-musl.patch b/srcpkgs/heaptrack/patches/fix-musl.patch new file mode 100644 index 00000000000..74620a41f95 --- /dev/null +++ b/srcpkgs/heaptrack/patches/fix-musl.patch @@ -0,0 +1,25 @@ +From 79a85b281890fd851c9e4b79e69541bccd7196f1 Mon Sep 17 00:00:00 2001 +From: Milian Wolff +Date: Sun, 26 Jan 2025 14:24:45 +0100 +Subject: [PATCH] Fix build on musl + +Original patch by "meator" on github, see: +https://github.com/KDE/heaptrack/pull/55 + +Thanks! +--- + src/analyze/suppressions.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/analyze/suppressions.h b/src/analyze/suppressions.h +index 2c674470..0a5a4893 100644 +--- a/src/analyze/suppressions.h ++++ b/src/analyze/suppressions.h +@@ -9,6 +9,7 @@ + + #include + #include ++#include + + #include +