From 9fb37168070dd45de9fb17dbc3eee6220e9a87e2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 17 Nov 2016 18:23:39 -0300 Subject: [PATCH] test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index f0276b46e..8058acc1e 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -71,6 +71,7 @@ struct komodo_state // gateway state } KOMODO_STATES[33]; +#include "komodo_globals.h" #include "komodo_utils.h" struct komodo_state *komodo_stateptr(char *symbol,char *dest) { @@ -96,7 +97,6 @@ struct komodo_state *komodo_stateptr(char *symbol,char *dest) return(sp); } -#include "komodo_globals.h" #include "cJSON.c" #include "komodo_bitcoind.h"