diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-07 22:16:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-07 22:16:00 +0700 |
commit | 9e69a24277810219d25485f2c63cfe1f45786c88 (patch) | |
tree | 35f25fd51a69bb76800fd1b1ac702a382b6bd310 /system/thermald/thd.patch | |
parent | aadd4569d77d9a29dee6ced4ecb8a0b74af544c7 (diff) | |
download | slackbuilds-9e69a24277810219d25485f2c63cfe1f45786c88.tar.gz |
system/thermald: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thermald/thd.patch')
-rw-r--r-- | system/thermald/thd.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/thermald/thd.patch b/system/thermald/thd.patch new file mode 100644 index 0000000000..a01cb26a1e --- /dev/null +++ b/system/thermald/thd.patch @@ -0,0 +1,10 @@ +--- 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 |