aboutsummaryrefslogtreecommitdiff
path: root/tests/test_fixtures.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2020-10-05 13:28:11 +0200
committerAndreas Schneider <asn@cryptomilk.org>2020-10-12 08:25:26 +0200
commit0e70150002ab7bcb626109b287f23c62ecf97565 (patch)
tree961957269884941431f015021b5a122a6ee6c913 /tests/test_fixtures.c
parentfe9663b80e1e505e93522ef75a660bedc32d7775 (diff)
downloadcmocka-0e70150002ab7bcb626109b287f23c62ecf97565.tar.gz
cmocka-0e70150002ab7bcb626109b287f23c62ecf97565.tar.xz
cmocka-0e70150002ab7bcb626109b287f23c62ecf97565.zip
cmocka: Replace LargestIntegralType with uintmax_t
This requires #include <stdint.h> Fixes #38 Fixes #49
Diffstat (limited to 'tests/test_fixtures.c')
-rw-r--r--tests/test_fixtures.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_fixtures.c b/tests/test_fixtures.c
index 6d39487..e6d05d1 100644
--- a/tests/test_fixtures.c
+++ b/tests/test_fixtures.c
@@ -1,6 +1,7 @@
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
+#include <stdint.h>
#include <cmocka.h>
#include <stdlib.h>