contrib/zstd/lib/legacy/zstd_v05.h in extzstd-0.3 vs contrib/zstd/lib/legacy/zstd_v05.h in extzstd-0.3.1
- old
+ new
@@ -1,7 +1,7 @@
/*
- * 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
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
* in the COPYING file in the root directory of this source tree).
@@ -17,10 +17,10 @@
/*-*************************************
* Dependencies
***************************************/
#include <stddef.h> /* size_t */
-#include "mem.h" /* U64, U32 */
+#include "../common/mem.h" /* U64, U32 */
/* *************************************
* Simple functions
***************************************/