diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2021-01-08 11:21:43 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2021-01-08 11:21:43 +0100 |
| commit | 3645c9c80c7ec085e9097a953146426b886f4dc1 (patch) | |
| tree | 2a075881a62eaa955e0ea1b7c4169d45a690e352 /thirdparty/zstd/common/error_private.h | |
| parent | 0abbefd94a12d0d0ad2932bc19ec90a75c6457e4 (diff) | |
| download | redot-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.h | 2 |
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 */ |
