Merge pull request #522 from terrelln/benchmt

Fix some includes
This commit is contained in:
Yann Collet
2017-01-27 11:40:25 -08:00
committed by GitHub
8 changed files with 25 additions and 17 deletions
+1 -1
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 {