Gbp-Pq: Name 15-path-max.patch
This commit is contained in:
Ubuntu Developers 2022-05-14 01:46:11 +08:00 committed by openKylinBot
parent ae3559dc1a
commit 79e2a227c9
1 changed files with 5 additions and 0 deletions

View File

@ -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"