]> git.sesse.net Git - vlc/commitdiff
Compilation fix
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 22 Dec 2008 15:13:46 +0000 (16:13 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 22 Dec 2008 15:13:46 +0000 (16:13 +0100)
src/misc/mtime.c

index 96049e55a45e62c626a4e9ffe412209f3020af1f..2b27fbf40a05ecd74c17c0c90bb38a744dcbf3bf 100644 (file)
@@ -352,8 +352,8 @@ void mwait( mtime_t date )
 
 #elif defined( __APPLE__ )
     /* Explicit hack: OSX does not cancel at nanosleep() */
-    struct vlc_mutex_t lock;
-    struct vlc_cond_t  wait;
+    vlc_mutex_t lock;
+    vlc_cond_t  wait;
 
     vlc_mutex_init (&lock);
     vlc_cond_init (&wait);