mash/sensors.c

changeset 147
0e7c51a66b5e
parent 103
99c47a8a61cb
--- a/mash/sensors.c	Tue Jul 29 21:12:43 2014 +0200
+++ b/mash/sensors.c	Tue Jul 29 21:30:18 2014 +0200
@@ -21,11 +21,17 @@
  *****************************************************************************/
 
 #include "mash.h"
+#include "xutil.h"
+
 
 #ifdef HAVE_WIRINGPI_H
 
+/* wiringPi */
+#include <wiringPi.h>
+#include <pcf8574.h>
+#include <lcd.h>
 
-extern bool		debug;
+extern int		debug;
 extern sys_config	Config;
 extern int		my_shutdown;
 

mercurial