diff -r a5a964148e34 -r 1bd9a16f5061 thermferm/logger.c --- a/thermferm/logger.c Sat Jul 12 23:50:48 2014 +0200 +++ b/thermferm/logger.c Sun Jul 13 17:31:45 2014 +0200 @@ -20,7 +20,10 @@ * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *****************************************************************************/ +#include "logger.h" #include "thermferm.h" +#include "futil.h" +#include "xutil.h" void logger(char *filename, char *data)