Fixed compiling on systems with wiringpi libs

Thu, 24 Jul 2014 23:14:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 24 Jul 2014 23:14:20 +0200
changeset 133
345307762220
parent 132
8bd209d1c020
child 134
f05601490415

Fixed compiling on systems with wiringpi libs

thermferm/server.c file | annotate | diff | comparison | revisions
--- 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);

mercurial