--- components/temperature.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/temperature.c b/components/temperature.c index 136e0d4..35bdb01 100644 --- a/components/temperature.c +++ b/components/temperature.c _AT_@ -16,9 +16,9 @@ #include <errno.h> #include <stdio.h> #include <string.h> + #include <sys/time.h> /* before <sys/sensors.h> for struct timeval */ #include <sys/sensors.h> #include <sys/sysctl.h> - #include <sys/time.h> const char * temp(const char *null) -- 2.10.0Received on Tue May 08 2018 - 13:42:17 CEST
This archive was generated by hypermail 2.3.0 : Tue May 08 2018 - 13:48:24 CEST