Fix tests with gcc15 (uintptr_t)

fixes: error: ‘uintptr_t’ undeclared, defined in header ‘<stdint.h>
This commit is contained in:
Andreas Stieger
2025-07-28 18:38:26 +02:00
parent edda887ae6
commit 9f2abc75ad
9 changed files with 9 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#include <setjmp.h>
#include <cmocka.h>
#include <stdlib.h>
#include <stdint.h>
void
replace_one_substr(void** state)