mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ parameter expansion.
|
|||
#include <errno.h>
|
||||
#include <pwd.h>
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <termios.h>
|
||||
|
|
Loading…
Reference in a new issue