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:
Érico Rolim 2021-03-01 15:34:31 -03:00 committed by Fabian Homborg
parent abaa057e5c
commit d948b34420

View File

@ -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.