aboutsummaryrefslogtreecommitdiff
path: root/miner.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2011-03-14 23:36:28 -0400
committerJeff Garzik <jgarzik@pobox.com>2011-03-14 23:36:28 -0400
commit0258fae450d8f3164f5a6706a65e80e10f016528 (patch)
tree33fe21d26b3e2e2665b26066d594c43daaaf486f /miner.h
parent35aba896a64102e1f0b38afe1b7bf49d423c7c76 (diff)
Fix Windows build, that broke with yasm integration
Diffstat (limited to 'miner.h')
-rw-r--r--miner.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/miner.h b/miner.h
index 118fc36..52be480 100644
--- a/miner.h
+++ b/miner.h
@@ -4,6 +4,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <sys/time.h>
+#include <pthread.h>
#include <jansson.h>
#include <curl/curl.h>