summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index 94404d2cc..b9681c35e 100644
--- a/test/test.c
+++ b/test/test.c
@@ -11,6 +11,10 @@
#include <unistd.h>
#include <inttypes.h>
+#ifdef PTW32_STATIC_LIB
+#include <pthread.h>
+#endif
+
#include "hb.h"
#include "parsecsv.h"