thermferm/thermferm.c

changeset 106
1bd9a16f5061
parent 105
a5a964148e34
child 108
50d2187fdb74
--- a/thermferm/thermferm.c	Sat Jul 12 23:50:48 2014 +0200
+++ b/thermferm/thermferm.c	Sun Jul 13 17:31:45 2014 +0200
@@ -20,7 +20,17 @@
  * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  *****************************************************************************/
 
+#include "lock.h"
+#include "logger.h"
+#include "rdconfig.h"
+#include "sensors.h"
+#include "server.h"
 #include "thermferm.h"
+#include "lcd-pcf8574.h"
+#include "lcd-buffer.h"
+#include "futil.h"
+#include "units.h"
+#include "xutil.h"
 
 
 int			current_unit = -1;

mercurial