[vlc-devel] commit: Blind compile fix ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Feb 7 18:50:36 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 7 19:50:29 2010 +0200| [8823e135e5041e6164371faa17aabc4202ce9773] | committer: Rémi Denis-Courmont
Blind compile fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8823e135e5041e6164371faa17aabc4202ce9773
---
modules/demux/mkv/mkv.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/demux/mkv/mkv.cpp b/modules/demux/mkv/mkv.cpp
index 85dd4a4..3624371 100644
--- a/modules/demux/mkv/mkv.cpp
+++ b/modules/demux/mkv/mkv.cpp
@@ -33,6 +33,8 @@
#include "stream_io_callback.hpp"
+#include <vlc_fs.h>
+
/*****************************************************************************
* Module descriptor
*****************************************************************************/
More information about the vlc-devel
mailing list