diff --git a/programs/util.h b/programs/util.h index 46e1f21f..e67faba5 100644 --- a/programs/util.h +++ b/programs/util.h @@ -115,6 +115,7 @@ extern int g_utilDisplayLevel; ******************************************/ #if defined(_MSC_VER) typedef struct __stat64 stat_t; + typedef int mode_t; #else typedef struct stat stat_t; #endif