From 1af60e6995f2ef3d2e7631ab5b9ebede49f91c01 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 19 Apr 2015 15:34:52 +0200 Subject: [PATCH] (file_path_special.c) Add missing CoreFoundation.h header include --- file_path_special.c | 4 ++++ 1 file changed, 4 insertions(+) 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) {