mirror of
https://github.com/facebook/zstd.git
synced 2025-11-09 17:41:01 +03:00
Move standard includes to zstd_deps.h
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
#define ZSTD_MULTITHREAD
|
||||
#endif
|
||||
|
||||
/* Include zstd_deps.h first with all the options we need enabled. */
|
||||
#define ZSTD_DEPS_NEED_MALLOC
|
||||
#include "common/zstd_deps.h"
|
||||
|
||||
#include "common/debug.c"
|
||||
#include "common/entropy_common.c"
|
||||
#include "common/error_private.c"
|
||||
|
||||
Reference in New Issue
Block a user