Browse Source

Bugfix: erupter: Include headers in order necessary for Windows

Luke Dashjr 12 years ago
parent
commit
b14a1da954
1 changed files with 3 additions and 0 deletions
  1. 3 0
      driver-erupter.c

+ 3 - 0
driver-erupter.c

@@ -7,6 +7,9 @@
  * any later version.  See COPYING for more details.
  */
 
+#include "config.h"
+
+#include "miner.h"
 #include "fpgautils.h"
 #include "icarus-common.h"