Commit fc6472fcb35b15fe688969ea2a1d9e222337e9e5

Con Kolivas 2013-10-23T12:55:32

Minor buildfix for other platforms.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/driver-hashfast.c b/driver-hashfast.c
index 5832102..55b61f6 100644
--- a/driver-hashfast.c
+++ b/driver-hashfast.c
@@ -12,6 +12,7 @@
 
 #include <stdbool.h>
 
+#include "miner.h"
 #include "usbutils.h"
 
 #include "driver-hashfast.h"