Skip to content

Commit

Permalink
Fix compilation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanNardi committed Aug 14, 2023
1 parent cfbb7a4 commit a79d4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/third_party/include/MurmurHash3.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

#include <stdint.h>

uint32_t MurmurHash(const void * key, uint32_t len, uint32_t seed);
u_int32_t MurmurHash(const void * key, u_int32_t len, u_int32_t seed);

#endif

0 comments on commit a79d4e4

Please sign in to comment.