]> git.sesse.net Git - vlc/commitdiff
Compile fix
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 1 Mar 2007 21:50:53 +0000 (21:50 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 1 Mar 2007 21:50:53 +0000 (21:50 +0000)
src/misc/mtime.c

index 8849b2a21e2c579a567cea4c94fe3d25f295fdbb..c0c081696d60ec222da208c5c9205b4d0da552fd 100644 (file)
@@ -158,6 +158,7 @@ mtime_t mdate( void )
 #elif defined( WIN32 ) || defined( UNDER_CE )
     /* We don't need the real date, just the value of a high precision timer */
     static mtime_t freq = I64C(-1);
+    mtime_t usec_time;
 
     if( freq == I64C(-1) )
     {