Browse Source

Bugfix: Add config.h include to files missing it

Luke Dashjr 11 years ago
parent
commit
586cab4d66
2 changed files with 4 additions and 0 deletions
  1. 2 0
      driver-drillbit.c
  2. 2 0
      driver-hashbusteravalon.c

+ 2 - 0
driver-drillbit.c

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

+ 2 - 0
driver-hashbusteravalon.c

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