1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-17 12:37:51 +02:00

Move standard includes to zstd_deps.h

This commit is contained in:
Nick Terrell
2020-08-06 20:18:05 -07:00
parent a8c66881e5
commit 80f577baa2
28 changed files with 167 additions and 106 deletions

View File

@ -78,7 +78,8 @@ int ZSTD_pthread_join(ZSTD_pthread_t thread, void **value_ptr)
#if defined(ZSTD_MULTITHREAD) && DEBUGLEVEL >= 1 && !defined(_WIN32)
#include <stdlib.h>
#define ZSTD_DEPS_NEED_MALLOC
#include "zstd_deps.h"
int ZSTD_pthread_mutex_init(ZSTD_pthread_mutex_t* mutex, pthread_mutexattr_t const* attr)
{