Преглед изворни кода

Fixed error caused by last pull request

Ivan Safrin пре 12 година
родитељ
комит
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;