mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-21 04:52:01 +08: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
|
@ -32,6 +32,8 @@
|
|||
|
||||
#ifdef __FreeBSD__
|
||||
#include <sys/sysctl.h>
|
||||
#elif __APPLE__
|
||||
#include <mach-o/dyld.h>
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
|
|
Loading…
Reference in New Issue
Block a user