|
From: Paul F. <pa...@so...> - 2023-03-11 05:50:13
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=d9a8c601af8182f5b0b11da6a6e0f657fa087405 commit d9a8c601af8182f5b0b11da6a6e0f657fa087405 Author: Paul Floyd <pj...@wa...> Date: Sat Mar 11 06:49:13 2023 +0100 regtest: build failure on Linux ppc64le, missing header Diff: --- memcheck/tests/realloc_size_zero_mismatch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/memcheck/tests/realloc_size_zero_mismatch.cpp b/memcheck/tests/realloc_size_zero_mismatch.cpp index 13d1e58832..ba809ee17b 100644 --- a/memcheck/tests/realloc_size_zero_mismatch.cpp +++ b/memcheck/tests/realloc_size_zero_mismatch.cpp @@ -1,5 +1,6 @@ #include <iostream> #include <cstdlib> +#include <cstdio> #include <cerrno> using std::realloc; |