diff -r e981d0185485 -r 780cc08df263 thermferm/one-wire.c --- a/thermferm/one-wire.c Tue Apr 02 15:03:12 2024 +0200 +++ b/thermferm/one-wire.c Tue Apr 02 15:29:16 2024 +0200 @@ -18,6 +18,8 @@ * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +extern int debug; + #include "thermferm.h" #include "statetbl.h" #include "one-wire.h"