Skip to content

Commit

Permalink
Merge pull request #12955 from bwbarrett/bugfix/freebsd-compile
Browse files Browse the repository at this point in the history
tests: Add stdint.h header
  • Loading branch information
bwbarrett authored Dec 3, 2024
2 parents 06e993f + cb714a2 commit e3da345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/support/support.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>

#define TEST_AND_REPORT(res, exp_res, str) \
if (res == exp_res) \
Expand Down

0 comments on commit e3da345

Please sign in to comment.