summaryrefslogtreecommitdiffstats
path: root/thirdparty/zstd/common/error_private.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-01-08 11:21:43 +0100
committerRémi Verschelde <rverschelde@gmail.com>2021-01-08 11:21:43 +0100
commit3645c9c80c7ec085e9097a953146426b886f4dc1 (patch)
tree2a075881a62eaa955e0ea1b7c4169d45a690e352 /thirdparty/zstd/common/error_private.h
parent0abbefd94a12d0d0ad2932bc19ec90a75c6457e4 (diff)
downloadredot-engine-3645c9c80c7ec085e9097a953146426b886f4dc1.tar.gz
zstd: Update to upstream version 1.4.8
Diffstat (limited to 'thirdparty/zstd/common/error_private.h')
-rw-r--r--thirdparty/zstd/common/error_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/zstd/common/error_private.h b/thirdparty/zstd/common/error_private.h
index 982cf8e9fe..71b37b8dfa 100644
--- a/thirdparty/zstd/common/error_private.h
+++ b/thirdparty/zstd/common/error_private.h
@@ -21,7 +21,7 @@ extern "C" {
/* ****************************************
* Dependencies
******************************************/
-#include <stddef.h> /* size_t */
+#include "zstd_deps.h" /* size_t */
#include "zstd_errors.h" /* enum list */