diff --git a/include/athena/Global.hpp b/include/athena/Global.hpp index af4ff44..2b54a3c 100644 --- a/include/athena/Global.hpp +++ b/include/athena/Global.hpp @@ -58,6 +58,7 @@ typedef struct stat atStat64_t; #define atStat64 stat #else typedef struct stat64 atStat64_t; +#define atStat64 stat64 #endif #ifndef BLOCKSZ