summaryrefslogtreecommitdiffstats
path: root/lib/common/xxhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/xxhash.h')
-rw-r--r--lib/common/xxhash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common/xxhash.h b/lib/common/xxhash.h
index 4207eba..16c1f16 100644
--- a/lib/common/xxhash.h
+++ b/lib/common/xxhash.h
@@ -1,7 +1,7 @@
/*
* xxHash - Extremely Fast Hash algorithm
* Header File
- * Copyright (c) 2012-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) Yann Collet, Facebook, Inc.
*
* You can contact the author at :
* - xxHash source repository : https://github.com/Cyan4973/xxHash
@@ -55,7 +55,7 @@ extern "C" {
/* ****************************
* Definitions
******************************/
-#include <stddef.h> /* size_t */
+#include "zstd_deps.h"
typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode;