Browse Source

Merge commit '77ef4c2' into cg_merges_20121208

Conflicts:
	libztex.c
Luke Dashjr 13 years ago
parent
commit
0a22c21ddc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      libztex.c

+ 2 - 1
libztex.c

@@ -24,10 +24,11 @@
 
 #define _GNU_SOURCE
 
+#include "config.h"
+
 #include <stdio.h>
 #include <unistd.h>
 #include <string.h>
-#include <config.h>
 
 #include "dynclock.h"
 #include "miner.h"