# HG changeset patch # User Michiel Broek # Date 1406236460 -7200 # Node ID 3453077622206d42ac59fc5043e217c1f7179cb4 # Parent 8bd209d1c020b953fdc862cd5a03004649c83da6 Fixed compiling on systems with wiringpi libs diff -r 8bd209d1c020 -r 345307762220 thermferm/server.c --- a/thermferm/server.c Thu Jul 24 23:11:28 2014 +0200 +++ b/thermferm/server.c Thu Jul 24 23:14:20 2014 +0200 @@ -686,6 +686,7 @@ socklen_t fromlen; #ifdef HAVE_WIRINGPI_H int j; + char obuf[SS_BUFSIZE]; #endif memset((char *)&buf, 0, SS_BUFSIZE);