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:
Mahmoud Al-Qudsi 2018-10-10 00:29:41 -05:00
parent e212269ab1
commit 1f0085bc08

View file

@ -32,6 +32,8 @@
#ifdef __FreeBSD__
#include <sys/sysctl.h>
#elif __APPLE__
#include <mach-o/dyld.h>
#endif
#include <algorithm>