Fix tests with gcc15 (uintptr_t)

fixes: error: ‘uintptr_t’ undeclared, defined in header ‘<stdint.h>
(cherry picked from commit 9f2abc75ad)

Author:    Andreas Stieger <Andreas.Stieger@gmx.de>
This commit is contained in:
Andreas Stieger
2025-09-10 13:57:36 +02:00
committed by Jabber Developer
parent ea8a758ecf
commit 1ae78400a4
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>