diff options
author | Jeff Garzik <jeff@garzik.org> | 2011-03-14 23:36:28 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2011-03-14 23:36:28 -0400 |
commit | 0258fae450d8f3164f5a6706a65e80e10f016528 (patch) | |
tree | 33fe21d26b3e2e2665b26066d594c43daaaf486f /cpu-miner.c | |
parent | 35aba896a64102e1f0b38afe1b7bf49d423c7c76 (diff) |
Fix Windows build, that broke with yasm integration
Diffstat (limited to 'cpu-miner.c')
-rw-r--r-- | cpu-miner.c | 1 |
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> |