summaryrefslogtreecommitdiffstats
path: root/contrib/zstd/hist.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/zstd/hist.h')
-rw-r--r--contrib/zstd/hist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/zstd/hist.h b/contrib/zstd/hist.h
index 77e3ec4fb..b8d5ba7c2 100644
--- a/contrib/zstd/hist.h
+++ b/contrib/zstd/hist.h
@@ -1,7 +1,7 @@
/* ******************************************************************
* hist : Histogram functions
* part of Finite State Entropy project
- * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc.
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
*
* You can contact the author at :
* - FSE source repository : https://github.com/Cyan4973/FiniteStateEntropy
@@ -14,7 +14,7 @@
****************************************************************** */
/* --- dependencies --- */
-#include <stddef.h> /* size_t */
+#include "zstd_deps.h" /* size_t */
/* --- simple histogram functions --- */