mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Include <termios.h> instead of <sys/termios.h>.
Slipped by withffa24eb361
. Givendaf5ef1bbd
, fish should be using <termios.h> in all cases.
This commit is contained in:
parent
abaa057e5c
commit
d948b34420
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue