mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 15:05:27 +08:00
Include <termios.h> instead of <sys/termios.h>.
Slipped by with ffa24eb3610dc2853c1a468b8aa2fd327cd0d3fa. Given daf5ef1bbd4b8ceb005294c512004010010897b8, fish should be using <termios.h> in all cases.
This commit is contained in:
parent
abaa057e5c
commit
d948b34420
@ -8,7 +8,7 @@
|
||||
#include "wutil.h"
|
||||
|
||||
#ifdef HAVE_WINSIZE
|
||||
#include <sys/termios.h>
|
||||
#include <termios.h>
|
||||
#endif
|
||||
|
||||
// A counter which is incremented every SIGWINCH, or when the tty is otherwise invalidated.
|
||||
|
Loading…
x
Reference in New Issue
Block a user