(file_path_special.c) Add missing CoreFoundation.h header include
This commit is contained in:
parent
2d6f89eb68
commit
1af60e6995
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue