fix x86 compilation

svn path=/branches/ros-amd64-bringup/; revision=41476
This commit is contained in:
Timo Kreuzer 2009-06-20 11:21:33 +00:00
parent a2914115fe
commit 0938cd6626

View file

@ -76,7 +76,7 @@ mktime_worker(struct tm * ptm, int utc)
}
/* Finally get normalized tm struct */
ptm2 = gmtime(&time);
ptm2 = _gmtime64(&time);
if (!ptm2)
{
return -1;