Commit 076dc435 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Compilation fix

parent 936ac469
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment