From: Josuah Demangeon Date: Tue, 8 May 2018 11:42:17 +0000 (+0200) Subject: include before for time struct timeval X-Git-Url: https://git.xinqibao.xyz/slstatus.git/commitdiff_plain/ea2e2bd00403e02bee6298cfbb78eaa45869c851?ds=inline;hp=ea2e2bd00403e02bee6298cfbb78eaa45869c851 include before for time struct timeval sys/sensors.h has two structs struct timeval: sensor and ksensor: struct sensor { ... struct timeval tv; /* sensor value last change time */ ... }; ---