Skip to content

Commit e3da345

Browse files
authored
Merge pull request #12955 from bwbarrett/bugfix/freebsd-compile
tests: Add stdint.h header
2 parents 06e993f + cb714a2 commit e3da345

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)