From e64391f47bf95ab4cdb65683623979ee6790836e Mon Sep 17 00:00:00 2001 From: Guilherme Felipe Date: Thu, 3 Jan 2019 22:30:03 -0200 Subject: Update zstd to 1.3.8 --- thirdparty/zstd/common/xxhash.c | 1 + 1 file changed, 1 insertion(+) (limited to 'thirdparty/zstd/common/xxhash.c') diff --git a/thirdparty/zstd/common/xxhash.c b/thirdparty/zstd/common/xxhash.c index 9d9c0e963c..532b816192 100644 --- a/thirdparty/zstd/common/xxhash.c +++ b/thirdparty/zstd/common/xxhash.c @@ -98,6 +98,7 @@ /* Modify the local functions below should you wish to use some other memory routines */ /* for malloc(), free() */ #include +#include /* size_t */ static void* XXH_malloc(size_t s) { return malloc(s); } static void XXH_free (void* p) { free(p); } /* for memcpy() */ -- cgit v1.2.3