[vlc-commits] commit: vlc_input_item.h is not self-sufficient without vlc_events.h ( Jakob Leben )
git at videolan.org
git at videolan.org
Fri Jun 11 19:57:38 CEST 2010
vlc | branch: master | Jakob Leben <jleben at videolan.org> | Fri Jun 11 19:07:21 2010 +0200| [f21deb5f53dc127c7a57060bdfbb77a4b5300e34] | committer: Jakob Leben
vlc_input_item.h is not self-sufficient without vlc_events.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f21deb5f53dc127c7a57060bdfbb77a4b5300e34
---
include/vlc_input_item.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/vlc_input_item.h b/include/vlc_input_item.h
index ca11d09..8bf825f 100644
--- a/include/vlc_input_item.h
+++ b/include/vlc_input_item.h
@@ -32,6 +32,7 @@
#include <vlc_meta.h>
#include <vlc_epg.h>
+#include <vlc_events.h>
#include <string.h>
More information about the vlc-commits
mailing list