Fix pool.c threading.h import

This commit is contained in:
Nick Terrell 2017-01-26 15:29:10 -08:00
parent 83c387eb8e
commit e628eaf87a

View File

@ -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 {