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

@@ -1,5 +1,6 @@
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <setjmp.h>
#include <cmocka.h>
#include <stdlib.h>