diff -r 9943f49fdb98 -r 0bfe08c7ba6e thermferm/panel.h --- a/thermferm/panel.h Sun Nov 08 21:24:52 2015 +0100 +++ b/thermferm/panel.h Sun Nov 08 22:13:02 2015 +0100 @@ -2,7 +2,6 @@ #define _PANEL_H -#ifdef HAVE_WIRINGPI_H /* * GPIO pins for the frontpanel LED and push buttons. @@ -25,6 +24,8 @@ #define KEY_ALL 99 +#ifdef HAVE_WIRINGPI_H + int keycheck(void);