X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ffs%2Fstat.h;fp=source%2Ffs%2Fstat.h;h=e2400ed9b5a037b2a4396aa92d0fb92e01009118;hp=3f056a5609eea802716037eb734c3d42ef51905d;hb=b116e161e377da0e4e52f07745ecb2d22f962ae9;hpb=062b200b08ec5998c4c02326e1e7b4e71fe4a5c6 diff --git a/source/fs/stat.h b/source/fs/stat.h index 3f056a5..e2400ed 100644 --- a/source/fs/stat.h +++ b/source/fs/stat.h @@ -1,8 +1,8 @@ #ifndef MSP_FS_STAT_H_ #define MSP_FS_STAT_H_ +#include #include -#include #include #include "path.h" @@ -17,7 +17,7 @@ enum FileType SYMLINK }; -typedef UInt64 FileSize; +typedef uint64_t FileSize; /** Holds file information.