summaryrefslogtreecommitdiffhomepage
path: root/src/hash/ntapi_tt_crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/ntapi_tt_crc32.c')
-rw-r--r--src/hash/ntapi_tt_crc32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hash/ntapi_tt_crc32.c b/src/hash/ntapi_tt_crc32.c
index 0a3d459..2e0630a 100644
--- a/src/hash/ntapi_tt_crc32.c
+++ b/src/hash/ntapi_tt_crc32.c
@@ -6,6 +6,7 @@
#include <psxtypes/psxtypes.h>
#include <ntapi/nt_crc32.h>
+#include "ntapi_impl.h"
static const uint32_t crc32_table[256] = NTAPI_CRC32_TABLE;