include <sys/time.h> before <sys/sensors.h> 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 */ ... };
This commit is contained in:
parent
666f285201
commit
ea2e2bd004
1 changed files with 1 additions and 1 deletions
|
@ -16,9 +16,9 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <sys/time.h> /* before <sys/sensors.h> for struct timeval */
|
||||||
#include <sys/sensors.h>
|
#include <sys/sensors.h>
|
||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
#include <sys/time.h>
|
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
temp(const char *null)
|
temp(const char *null)
|
||||||
|
|
Loading…
Reference in a new issue