Просмотр исходного кода

Fixed error caused by last pull request

Ivan Safrin 12 лет назад
Родитель
Сommit
1ba11c82ee
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Tools/Contents/polybuild/Source/polybuild.cpp

+ 1 - 0
Tools/Contents/polybuild/Source/polybuild.cpp

@@ -47,6 +47,7 @@ uLong filetime(
     uLong *dt)
 {
   int ret=0;
+  struct stat s;
   struct tm* filedate;
   time_t tm_t=0;