mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:12:08 +08:00
builtin_read.cpp: include <termios.h> not "termios.h"
This commit is contained in:
parent
3099d7bdeb
commit
cedf9c4d90
|
@ -4,6 +4,7 @@
|
|||
#include "builtin_read.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <termios.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cerrno>
|
||||
|
@ -30,7 +31,6 @@
|
|||
#include "parser.h"
|
||||
#include "proc.h"
|
||||
#include "reader.h"
|
||||
#include "termios.h"
|
||||
#include "wcstringutil.h"
|
||||
#include "wgetopt.h"
|
||||
#include "wutil.h" // IWYU pragma: keep
|
||||
|
|
Loading…
Reference in New Issue
Block a user