parent
ae3559dc1a
commit
79e2a227c9
|
@ -22,6 +22,11 @@
|
|||
#ifndef LIB_SENSORS_ACCESS_H
|
||||
#define LIB_SENSORS_ACCESS_H
|
||||
|
||||
/* PATH_MAX is undefined on GNU Hurd */
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 4096
|
||||
#endif
|
||||
|
||||
#include "sensors.h"
|
||||
#include "data.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue