Browse Source

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

Con Kolivas 13 years ago
parent
commit
77ef4c210f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      libztex.c

+ 2 - 1
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"