[vlc-devel] commit: sout/switcher: fix compilation. ( Rémi Duraffort )
git version control
git at videolan.org
Sat Dec 13 16:27:10 CET 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Dec 13 15:29:42 2008 +0100| [817988ac3d34b630817ac19c347f3e1b3a24da55] | committer: Rémi Duraffort
sout/switcher: fix compilation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=817988ac3d34b630817ac19c347f3e1b3a24da55
---
modules/stream_out/switcher.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/stream_out/switcher.c b/modules/stream_out/switcher.c
index bb6a5c4..b46270b 100644
--- a/modules/stream_out/switcher.c
+++ b/modules/stream_out/switcher.c
@@ -35,6 +35,8 @@
#include <vlc_sout.h>
#include <vlc_vout.h>
+#include <vlc_block.h>
+
#include <vlc_charset.h>
#include <vlc_network.h>
More information about the vlc-devel
mailing list