pstack: include <cstdint> for fixed-width integer types

GCC 16 / libstdc++ no longer transitively pulls in cstdint
so reader.h fails to find uintmax_t/intmax_t.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Khem Raj
2026-06-24 09:58:22 -07:00
parent 7094af24e7
commit 08a0e6429b
3 changed files with 39 additions and 1 deletions
@@ -5,4 +5,5 @@ PV = "2.11"
SRC_URI = "git://github.com/peadar/pstack.git;branch=master;protocol=https \
file://0001-tests-fix-the-issue-of-cross-compilation-failure.patch \
file://0001-reader.h-include-cstdint-for-uintmax_t-intmax_t.patch \
"