Skip to content

Commit 49e0720

Browse files
authored
Fix tests for >=cmocka-1.1.8 (Tlf#482)
In 1.1.8 CMocka changed the list of required includes for tests. Without the patch it will complain about missing definitions for 'uintptr_t'.
1 parent c345e04 commit 49e0720

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <unistd.h>
1010
#include <stdarg.h>
1111
#include <stddef.h>
12+
#include <stdint.h>
1213
#include <setjmp.h>
1314
#include <string.h>
1415
#include <stdbool.h>

0 commit comments

Comments
 (0)