diff options
author | Denis Kozadaev <denis@dilos.org> | 2023-06-01 21:25:31 +0300 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-02 11:24:48 +0900 |
commit | 389ed0d3d27fdf181907c54d4ee4b76a25d3587b (patch) | |
tree | 2f4874bb2104975461773f35dda321764fa99683 /kstars | |
parent | 27f4b4e178679c4f357fea52d010a1fa7a150dfa (diff) | |
download | tdeedu-389ed0d3d27fdf181907c54d4ee4b76a25d3587b.tar.gz tdeedu-389ed0d3d27fdf181907c54d4ee4b76a25d3587b.zip |
SunOS cosmetic changes
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit 610666ca3799e0d1de7abadec108f4683d59d55b)
Diffstat (limited to 'kstars')
-rw-r--r-- | kstars/kstars/indi/apogee/ApogeeLinux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kstars/kstars/indi/apogee/ApogeeLinux.h b/kstars/kstars/indi/apogee/ApogeeLinux.h index d17e7bde..dd181027 100644 --- a/kstars/kstars/indi/apogee/ApogeeLinux.h +++ b/kstars/kstars/indi/apogee/ApogeeLinux.h @@ -10,6 +10,10 @@ #ifndef APOGEELINUX_H #define APOGEELINUX_H +#ifdef Q_OS_SOLARIS +#include <sys/ioccom.h> +#endif /* solaris */ + #define APISA_READ_USHORT _IOR('a', 0x01, unsigned int) #define APISA_READ_LINE _IOR('a', 0x02, unsigned int) #define APISA_WRITE_USHORT _IOW('a', 0x03, unsigned int) |