# HG changeset patch # User Michiel Broek # Date 1406821961 -7200 # Node ID 87bfa951ffc2e0beabb67984f0737ecf150d0e17 # Parent 9ebc2ad9ebfb7fa26844721d43fba1ee680f511d Fixed wrong includes diff -r 9ebc2ad9ebfb -r 87bfa951ffc2 thermferm/Makefile --- a/thermferm/Makefile Thu Jul 31 17:48:59 2014 +0200 +++ b/thermferm/Makefile Thu Jul 31 17:52:41 2014 +0200 @@ -54,7 +54,7 @@ # DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT # Dependencies generated by make depend -thermferm.o: lock.h logger.h rdconfig.h sensors.h devices.c server.h thermferm.h lcd-pcf8574.h lcd-buffer.h futil.h units.h xutil.h +thermferm.o: lock.h logger.h rdconfig.h sensors.h devices.h server.h thermferm.h lcd-pcf8574.h lcd-buffer.h futil.h units.h xutil.h devices.o: devices.h thermferm.h xutil.h sensors.o: sensors.h thermferm.h xutil.h lcd-buffer.o: thermferm.h lcd-buffer.h lcd-pcf8574.h diff -r 9ebc2ad9ebfb -r 87bfa951ffc2 thermferm/thermferm.c --- a/thermferm/thermferm.c Thu Jul 31 17:48:59 2014 +0200 +++ b/thermferm/thermferm.c Thu Jul 31 17:52:41 2014 +0200 @@ -24,7 +24,7 @@ #include "logger.h" #include "rdconfig.h" #include "sensors.h" -#include "devices.c" +#include "devices.h" #include "server.h" #include "thermferm.h" #include "lcd-pcf8574.h"