Update crc32

This commit is contained in:
twinaphex 2017-03-25 01:28:25 +01:00
parent 6d49ccf978
commit 7123d1fbd2

2
deps/zlib/crc32.c vendored
View File

@ -1,7 +1,7 @@
#ifndef _S_CRC32_H
#define _S_CRC32_H
#include <compat/zlib.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {