diff options
Diffstat (limited to 'lib/legacy/zstd_v05.h')
-rw-r--r-- | lib/legacy/zstd_v05.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/legacy/zstd_v05.h b/lib/legacy/zstd_v05.h index 4a979854b36e..167d892e6655 100644 --- a/lib/legacy/zstd_v05.h +++ b/lib/legacy/zstd_v05.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 @@ -19,7 +19,7 @@ extern "C" { * Dependencies ***************************************/ #include <stddef.h> /* size_t */ -#include "mem.h" /* U64, U32 */ +#include "../common/mem.h" /* U64, U32 */ /* ************************************* |