Browse Source

Bugfix: zeusminer: Include config.h

Luke Dashjr 11 years ago
parent
commit
a244760e8d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      driver-zeusminer.c

+ 2 - 0
driver-zeusminer.c

@@ -9,6 +9,8 @@
  * any later version.  See COPYING for more details.
  */
 
+#include "config.h"
+
 #include <stdbool.h>
 #include <stdint.h>
 #include <string.h>