summaryrefslogtreecommitdiff
path: root/thirdparty/zstd/common/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/zstd/common/pool.h')
-rw-r--r--thirdparty/zstd/common/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/zstd/common/pool.h b/thirdparty/zstd/common/pool.h
index 259bafc975..63954ca6ca 100644
--- a/thirdparty/zstd/common/pool.h
+++ b/thirdparty/zstd/common/pool.h
@@ -16,7 +16,7 @@ extern "C" {
#endif
-#include <stddef.h> /* size_t */
+#include "zstd_deps.h"
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_customMem */
#include "../zstd.h"