(file_path_special.c) Add missing CoreFoundation.h header include

This commit is contained in:
Twinaphex 2015-04-19 15:34:52 +02:00
parent 2d6f89eb68
commit 1af60e6995

View File

@ -66,6 +66,10 @@
#include <unistd.h>
#endif
#ifdef __APPLE__
#include <CoreFoundation/CoreFoundation.h>
#endif
void fill_pathname_expand_special(char *out_path,
const char *in_path, size_t size)
{