mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-25 12:45:14 +08:00
Add some headers to fix the build on OpenBSD
https://github.com/fish-shell/fish-shell/issues/616
This commit is contained in:
parent
b48e504522
commit
2cbcc82968
@ -15,6 +15,8 @@ parameter expansion.
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <limits.h>
|
||||||
|
#include <sys/param.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user