Browse Source

Bugfix: binloader: Include config.h first

Luke Dashjr 12 years ago
parent
commit
1340805da7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      binloader.c

+ 2 - 0
binloader.c

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