Skip to content

Commit

Permalink
Merge pull request #432 from GregorySchwing/testCompilationError
Browse files Browse the repository at this point in the history
Add #include <stdint.h> to Endian.h
  • Loading branch information
GOMC-WSU authored Apr 26, 2022
2 parents 06d8d3e + 1cf78f9 commit d6fb31e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
*/

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

#define bswap_64(x) \
((((x) & 0xff00000000000000ull) >> 56) \
Expand Down

0 comments on commit d6fb31e

Please sign in to comment.