slackbuilds_ponce/system/thermald/thd.patch
Willy Sudiarto Raharjo 9e69a24277 system/thermald: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-12-07 22:16:00 +07:00

10 lines
367 B
Diff

--- thermal_daemon-1.8/src/thd_trip_point.h.orig 2018-12-07 22:13:19.488982481 +0700
+++ thermal_daemon-1.8/src/thd_trip_point.h 2018-12-07 22:13:41.065159329 +0700
@@ -33,6 +33,7 @@
#include <vector>
#include <algorithm> // std::sort
#include <stdexcept>
+#include <stdint.h>
typedef enum {
CRITICAL, HOT, MAX, PASSIVE, ACTIVE, POLLING, INVALID_TRIP_TYPE