diff --git a/dlib/filesystem/posix/common.d b/dlib/filesystem/posix/common.d index ec740f02..56c4a514 100644 --- a/dlib/filesystem/posix/common.d +++ b/dlib/filesystem/posix/common.d @@ -40,7 +40,7 @@ version(Posix) } // Rename stat to stat_ because of method name collision - version(Linux) + version(linux) { alias off_t = off64_t; alias stat_t = stat64_t;