summaryrefslogtreecommitdiffstats
path: root/thirdparty/zstd/common/allocations.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-04-05 11:22:55 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-04-05 11:22:55 +0200
commita88b4a4d56a923ad1f3652eb1133676f8c96c44d (patch)
tree0afec2e19a8bd5d95373f468da2d76dcbe56011d /thirdparty/zstd/common/allocations.h
parentf6a78f83aa4b74aa5cb80ca2e3419448b1998e4f (diff)
downloadredot-engine-a88b4a4d56a923ad1f3652eb1133676f8c96c44d.tar.gz
zstd: Update to upstream version 1.5.6
Release notes: - https://github.com/facebook/zstd/releases/tag/v1.5.6
Diffstat (limited to 'thirdparty/zstd/common/allocations.h')
-rw-r--r--thirdparty/zstd/common/allocations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/zstd/common/allocations.h b/thirdparty/zstd/common/allocations.h
index a3153c4bac..5e89955010 100644
--- a/thirdparty/zstd/common/allocations.h
+++ b/thirdparty/zstd/common/allocations.h
@@ -14,7 +14,7 @@
#define ZSTD_DEPS_NEED_MALLOC
#include "zstd_deps.h" /* ZSTD_malloc, ZSTD_calloc, ZSTD_free, ZSTD_memset */
-#include "mem.h" /* MEM_STATIC */
+#include "compiler.h" /* MEM_STATIC */
#define ZSTD_STATIC_LINKING_ONLY
#include "../zstd.h" /* ZSTD_customMem */