From 7123d1fbd2e7e425b5a7eb894f9af15f8780ebea Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 25 Mar 2017 01:28:25 +0100 Subject: [PATCH] Update crc32 --- deps/zlib/crc32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/zlib/crc32.c b/deps/zlib/crc32.c index 06a3524487..800980d2c6 100644 --- a/deps/zlib/crc32.c +++ b/deps/zlib/crc32.c @@ -1,7 +1,7 @@ #ifndef _S_CRC32_H #define _S_CRC32_H -#include +#include #ifdef __cplusplus extern "C" {