Browse Source

Bugfix: klondike: Include config.h first

Luke Dashjr 12 years ago
parent
commit
4e67744409
1 changed files with 2 additions and 2 deletions
  1. 2 2
      driver-klondike.c

+ 2 - 2
driver-klondike.c

@@ -9,6 +9,8 @@
  * any later version.  See COPYING for more details.
  */
 
+#include "config.h"
+
 #include <float.h>
 #include <limits.h>
 #include <pthread.h>
@@ -20,8 +22,6 @@
 #include <unistd.h>
 #include <math.h>
 
-#include "config.h"
-
 #ifdef WIN32
 #include <windows.h>
 #endif