mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
fds.h: Add missing types.h include
Broke the build on FreeBSD because that defines mode_t there.
This commit is contained in:
parent
b5716e97cc
commit
caca4fec22
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <sys/types.h>
|
||||
#include <vector>
|
||||
|
||||
#include "maybe.h"
|
||||
|
|
Loading…
Reference in a new issue