Fix pool.c threading.h import
This commit is contained in:
parent
83c387eb8e
commit
e628eaf87a
@ -21,7 +21,7 @@
|
||||
|
||||
#ifdef ZSTD_MULTITHREAD
|
||||
|
||||
#include <threading.h> /* pthread adaptation */
|
||||
#include "threading.h" /* pthread adaptation */
|
||||
|
||||
/* A job is a function and an opaque argument */
|
||||
typedef struct POOL_job_s {
|
||||
|
Loading…
Reference in New Issue
Block a user