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