diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-02 16:57:18 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-02 17:04:37 +0100 |
commit | b36f185426be3ac0bfb942fa4a52528a8d70a61a (patch) | |
tree | aed594826c18582472ab06e3c706ee1712260647 /src/sdtui.c | |
parent | 726ecd83ac6da35347be547b42588eb9f3db5070 (diff) | |
download | tdv-b36f185426be3ac0bfb942fa4a52528a8d70a61a.tar.gz tdv-b36f185426be3ac0bfb942fa4a52528a8d70a61a.tar.xz tdv-b36f185426be3ac0bfb942fa4a52528a8d70a61a.zip |
Fix various macOS-related/found issues
Even though this software isn't very useful on that system either,
due to its lack of PRIMARY.
Diffstat (limited to 'src/sdtui.c')
-rw-r--r-- | src/sdtui.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sdtui.c b/src/sdtui.c index c9b88e6..8de59b2 100644 --- a/src/sdtui.c +++ b/src/sdtui.c @@ -37,9 +37,7 @@ #include <termo.h> // input #include <ncurses.h> // output #include <termios.h> -#ifndef TIOCGWINSZ #include <sys/ioctl.h> -#endif // ! TIOCGWINSZ #include "config.h" #include "stardict.h" |