Browse Source

Bugfix: Add config.h include to files missing it

Luke Dashjr 11 years ago
parent
commit
9afc0a2aeb
2 changed files with 4 additions and 0 deletions
  1. 2 0
      bitforce-firmware-flash.c
  2. 2 0
      gc3355.c

+ 2 - 0
bitforce-firmware-flash.c

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

+ 2 - 0
gc3355.c

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