From bc64b5ce191d48b503e4fad8c0cefb774a2fa969 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Sat, 23 May 2020 20:37:33 +0000 Subject: Import Zstd 1.4.5 --- lib/compress/zstd_fast.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/compress/zstd_fast.h') diff --git a/lib/compress/zstd_fast.h b/lib/compress/zstd_fast.h index b74a88c57c81a..cf6aaa8e6750c 100644 --- a/lib/compress/zstd_fast.h +++ b/lib/compress/zstd_fast.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Yann Collet, Facebook, Inc. + * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the @@ -15,7 +15,7 @@ extern "C" { #endif -#include "mem.h" /* U32 */ +#include "../common/mem.h" /* U32 */ #include "zstd_compress_internal.h" void ZSTD_fillHashTable(ZSTD_matchState_t* ms, -- cgit v1.2.3