From 77ef4c210f1a1ac318716ca3602bb78745414c06 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sat, 8 Dec 2012 21:19:22 +1100 Subject: [PATCH] Include the correct config header in libztex and include it before other includes. --- libztex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libztex.c b/libztex.c index 9dbe7771..d48dec9f 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 #include #include -#include #include "miner.h" #include "fpgautils.h"