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 /miner.h | |
parent | 35aba896a64102e1f0b38afe1b7bf49d423c7c76 (diff) |
Fix Windows build, that broke with yasm integration
Diffstat (limited to 'miner.h')
-rw-r--r-- | miner.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include <stdbool.h> #include <stdint.h> #include <sys/time.h> +#include <pthread.h> #include <jansson.h> #include <curl/curl.h> |