Skip to content

Commit

Permalink
fix build on alpine
Browse files Browse the repository at this point in the history
close #59
  • Loading branch information
ygrek committed Jan 7, 2022
1 parent a153f0f commit 6de7bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/lib/fst_hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

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

static const unsigned int smalltable[256] = {
0x00000000,0x77073096,0xEE0E612C,0x990951BA,
Expand Down

0 comments on commit 6de7bff

Please sign in to comment.