Skip to content

Commit

Permalink
Merge pull request #8 from JimMoen/fix-int-types-for-gcc13
Browse files Browse the repository at this point in the history
fix: int & uint types for gcc13
  • Loading branch information
zmstone committed May 4, 2023
2 parents b8dfe59 + 0c2ae28 commit 4dcc049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c_src/snappy-stubs-public.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#define THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_

#include <stddef.h>
#include <cstdint>

typedef int8_t int8;
typedef uint8_t uint8;
Expand Down

0 comments on commit 4dcc049

Please sign in to comment.