Include <termios.h> instead of <sys/termios.h>.

Slipped by with ffa24eb361. Given
daf5ef1bbd, 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.