mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 21:53:09 +08:00
screen: Include termios for NetBSD
Otherwise it won't build.
This commit is contained in:
parent
cfe1f1db9e
commit
e363552ef0
|
@ -10,6 +10,7 @@
|
|||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <termios.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <cstring>
|
||||
|
|
Loading…
Reference in New Issue
Block a user