diff --git a/Source/Core/Common/Src/FileUtil.cpp b/Source/Core/Common/Src/FileUtil.cpp index d1c49cb067..2813eb6203 100644 --- a/Source/Core/Common/Src/FileUtil.cpp +++ b/Source/Core/Common/Src/FileUtil.cpp @@ -50,6 +50,7 @@ #ifdef BSD4_4 #define stat64 stat // XXX +#define fstat64 fstat // XXX #endif // This namespace has various generic functions related to files and paths.