From 766a639b263460187852043816a4ed06920e624b Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 22 Feb 2019 22:53:39 -0500 Subject: internals: explicitly attribute protected visibility to all interfaces. --- src/hash/ntapi_tt_crc32.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hash/ntapi_tt_crc32.c') 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 #include +#include "ntapi_impl.h" static const uint32_t crc32_table[256] = NTAPI_CRC32_TABLE; -- cgit v1.2.3