Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit aa48b85

Browse files
authored
Merge pull request #472 from NicolasDP/fix-openindiana-issue
add support for OpenIndiana
2 parents 664d929 + 68a3c60 commit aa48b85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

basement/Basement/Terminal/Size.hsc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ import Graphics.Win32.Misc (getStdHandle, sTD_OUTPUT_HANDLE, StdHandle
2020
#include <windows.h>
2121
#elif defined FOUNDATION_SYSTEM_UNIX
2222
#include <sys/ioctl.h>
23+
#ifdef __sun
24+
#include <sys/termios.h>
25+
#endif
2326
#endif
2427

2528
#include <stdio.h>

0 commit comments

Comments
 (0)