Skip to content

Commit cb714a2

Browse files
committed
tests: Add stdint.h header
The build was failing on FreeBSD because stdint.h is required for int64_t. Signed-off-by: Brian Barrett <[email protected]>
1 parent e5cc709 commit cb714a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/support/support.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
#include <stdio.h>
2525
#include <stdlib.h>
26+
#include <stdint.h>
2627

2728
#define TEST_AND_REPORT(res, exp_res, str) \
2829
if (res == exp_res) \

0 commit comments

Comments
 (0)