aboutsummaryrefslogtreecommitdiff
path: root/cpu-miner.c
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 /cpu-miner.c
parent35aba896a64102e1f0b38afe1b7bf49d423c7c76 (diff)
Fix Windows build, that broke with yasm integration
Diffstat (limited to 'cpu-miner.c')
-rw-r--r--cpu-miner.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-miner.c b/cpu-miner.c
index a78be29..652c35b 100644
--- a/cpu-miner.c
+++ b/cpu-miner.c
@@ -21,7 +21,6 @@
#ifndef WIN32
#include <sys/resource.h>
#endif
-#include <pthread.h>
#include <getopt.h>
#include <jansson.h>
#include <curl/curl.h>