mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 10:43:32 +08:00
Fix Linux build of env_universal_common
This commit is contained in:
parent
735195e8ea
commit
84faa60c4e
|
@ -9,10 +9,12 @@
|
|||
|
||||
#include "env_universal_common.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sys/un.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/file.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
#include <sys/select.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user