From 1f0085bc0829705b120a53ac76c76861cc868ad1 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Wed, 10 Oct 2018 00:29:41 -0500 Subject: [PATCH] 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? --- src/common.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common.cpp b/src/common.cpp index 7b6ea1f84..2befc3f6f 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -32,6 +32,8 @@ #ifdef __FreeBSD__ #include +#elif __APPLE__ +#include #endif #include