-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See also: KDE/heaptrack#55
- Loading branch information
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
From d6dc3d697a5f37fce52269b65ca43c7194c985a7 Mon Sep 17 00:00:00 2001 | ||
From: meator <[email protected]> | ||
Date: Sun, 12 Jan 2025 15:19:37 +0100 | ||
Subject: [PATCH] Fix build on musl | ||
|
||
--- | ||
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 <string> | ||
#include <vector> | ||
+#include <cstdint> | ||
|
||
#include <sys/types.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters