1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

vlc_input_item.h is not self-sufficient without vlc_events.h

This commit is contained in:
Jakob Leben 2010-06-11 19:07:21 +02:00
parent 4a1e7bbf62
commit f21deb5f53

View File

@ -32,6 +32,7 @@
#include <vlc_meta.h> #include <vlc_meta.h>
#include <vlc_epg.h> #include <vlc_epg.h>
#include <vlc_events.h>
#include <string.h> #include <string.h>