From 174cfa6d42c045296a774b2d5316966cc9d34156 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 7 Mar 2018 11:44:21 +0200 Subject: [PATCH] Define NN_WS_MSG_TYPE --- iguana/exchanges/mm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iguana/exchanges/mm.c b/iguana/exchanges/mm.c index e3ba84c30..2ee04b87e 100644 --- a/iguana/exchanges/mm.c +++ b/iguana/exchanges/mm.c @@ -71,6 +71,9 @@ void LP_priceupdate(char *base,char *rel,double price,double avebid,double aveas #include "/usr/local/include/nanomsg/ws.h" #endif #endif +#ifndef NN_WS_MSG_TYPE +#define NN_WS_MSG_TYPE 1 +#endif #include "LP_nativeDEX.c"