Commit 77ef4c210f1a1ac318716ca3602bb78745414c06

Con Kolivas 2012-12-08T21:19:22

Include the correct config header in libztex and include it before other includes.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/libztex.c b/libztex.c
index 9dbe777..d48dec9 100644
--- a/libztex.c
+++ b/libztex.c
@@ -22,10 +22,11 @@
  *   along with this program; if not, see http://www.gnu.org/licenses/.
 **/
 
+#include "config.h"
+
 #include <stdio.h>
 #include <unistd.h>
 #include <string.h>
-#include <config.h>
 
 #include "miner.h"
 #include "fpgautils.h"