diff --git a/file_path_special.c b/file_path_special.c index 66e42566e1..bed8cfa8c7 100644 --- a/file_path_special.c +++ b/file_path_special.c @@ -66,6 +66,10 @@ #include #endif +#ifdef __APPLE__ +#include +#endif + void fill_pathname_expand_special(char *out_path, const char *in_path, size_t size) {