mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
fixup! Add status fish-path
Fixes broken macOS build. I'm not sure how the code used to compile without including `dyld.h` previously, perhaps a different header used to pull it in?
This commit is contained in:
parent
e212269ab1
commit
1f0085bc08
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/sysctl.h>
|
||||
#elif __APPLE__
|
||||
#include <mach-o/dyld.h>
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Reference in a new issue