diff options
author | Denis Kozadaev <[email protected]> | 2023-05-28 20:23:52 +0300 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-05-29 19:54:20 +0900 |
commit | 365df97fda0b511dbee97c3a7be84bc436b67a42 (patch) | |
tree | a80688ccc54fb55ce78af407d6f3980e700b4853 /kmilo/delli8k/i8k.h | |
parent | 832a902d96ac6f746307256513487a7f17a29323 (diff) | |
download | tdeutils-365df97fda0b511dbee97c3a7be84bc436b67a42.tar.gz tdeutils-365df97fda0b511dbee97c3a7be84bc436b67a42.zip |
SunOS cosmetic changes
Signed-off-by: Denis Kozadaev <[email protected]>
(cherry picked from commit 91235e33ce72207758973dd73ef91f3bcb5122b6)
Diffstat (limited to 'kmilo/delli8k/i8k.h')
-rw-r--r-- | kmilo/delli8k/i8k.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kmilo/delli8k/i8k.h b/kmilo/delli8k/i8k.h index 1c45ba5..a8b16fd 100644 --- a/kmilo/delli8k/i8k.h +++ b/kmilo/delli8k/i8k.h @@ -20,6 +20,10 @@ #define I8K_PROC "/proc/i8k" #define I8K_PROC_FMT "1.0" +#ifdef Q_OS_SOLARIS +#include <sys/ioccom.h> +#endif + #define I8K_BIOS_VERSION _IOR ('i', 0x80, int) /* broken: meant 4 bytes */ #define I8K_MACHINE_ID _IOR ('i', 0x81, int) /* broken: meant 16 bytes */ #define I8K_POWER_STATUS _IOR ('i', 0x82, size_t) |