summaryrefslogtreecommitdiffhomepage
path: root/src/hash/ntapi_tt_crc64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/ntapi_tt_crc64.c')
-rw-r--r--src/hash/ntapi_tt_crc64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hash/ntapi_tt_crc64.c b/src/hash/ntapi_tt_crc64.c
index fd76ec5..8fa7f60 100644
--- a/src/hash/ntapi_tt_crc64.c
+++ b/src/hash/ntapi_tt_crc64.c
@@ -6,6 +6,7 @@
#include <psxtypes/psxtypes.h>
#include <ntapi/nt_crc64.h>
+#include "ntapi_impl.h"
static const uint64_t crc64_table[256] = NTAPI_CRC64_TABLE;