valgrind: fix build for Glibc

Add missing include.

Fixes: 2878a4f052 ("valgrind: fix build for musl")
Closes: https://github.com/NixOS/nixpkgs/pull/457933
This commit is contained in:
Alyssa Ross
2025-11-03 09:24:22 +01:00
parent 9629ba62cc
commit 4754a31af5
+2 -2
View File
@@ -27,8 +27,8 @@ stdenv.mkDerivation rec {
})
# https://bugs.kde.org/show_bug.cgi?id=511548
(fetchpatch {
url = "https://bugsfiles.kde.org/attachment.cgi?id=186435";
hash = "sha256-Ifsg3Hr78umZR5nwy9DOY8bB59wp8EtV+fYm+h8sk9k=";
url = "https://bugsfiles.kde.org/attachment.cgi?id=186451";
hash = "sha256-IGmyHwwGoy00hcz3XxQSDcwcU8zHLBJ9dfqTvWDQ520=";
})
# Fix build on armv7l.