Added fix for MAC for FileUtils.cpp: stat64 is not present on Mac.
This commit is contained in:
@@ -34,6 +34,11 @@
|
||||
|
||||
|
||||
#else // unix
|
||||
|
||||
#if defined( __APPLE__ )
|
||||
#define stat64 stat
|
||||
#endif
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
Reference in New Issue
Block a user