From 63568547d91261854dd91025dc87eb1ddaad7ffe Mon Sep 17 00:00:00 2001 From: Harald Geyer Date: Wed, 21 Oct 2015 18:04:52 +0200 Subject: [PATCH] clients/lcdproc/machine.h: Include missing header file This file uses time_t and thus must include time.h Signed-off-by: Harald Geyer --- clients/lcdproc/machine.h | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/lcdproc/machine.h b/clients/lcdproc/machine.h index 7618c39..86c3fc9 100644 --- a/clients/lcdproc/machine.h +++ b/clients/lcdproc/machine.h @@ -12,6 +12,7 @@ #ifndef _lcdproc_machine_h_ #define _lcdproc_machine_h_ +#include #include "shared/LL.h" #ifndef LOADAVG_NSTATS