clients/lcdproc/machine.h: Include missing header file

This file uses time_t and thus must include time.h

Signed-off-by: Harald Geyer <harald@ccbib.org>
This commit is contained in:
Harald Geyer
2016-07-25 12:44:31 +02:00
parent 54e718ff77
commit 63568547d9
+1
View File
@@ -12,6 +12,7 @@
#ifndef _lcdproc_machine_h_ #ifndef _lcdproc_machine_h_
#define _lcdproc_machine_h_ #define _lcdproc_machine_h_
#include <time.h>
#include "shared/LL.h" #include "shared/LL.h"
#ifndef LOADAVG_NSTATS #ifndef LOADAVG_NSTATS