[vlc-devel] commit: .Ram: forgotten include found by Christophe Courtaut ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Mar 29 19:23:38 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 29 19:18:07 2009 +0200| [0d358ba08aec4c4ee317de64cd7dc5c63394170f] | committer: Jean-Baptiste Kempf
.Ram: forgotten include found by Christophe Courtaut
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0d358ba08aec4c4ee317de64cd7dc5c63394170f
---
modules/demux/playlist/ram.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/demux/playlist/ram.c b/modules/demux/playlist/ram.c
index d640c7a..57f9419 100644
--- a/modules/demux/playlist/ram.c
+++ b/modules/demux/playlist/ram.c
@@ -51,6 +51,8 @@ http://service.real.com/help/library/guides/realone/IntroGuide/HTML/htmfiles/ram
#include <vlc_demux.h>
#include <vlc_charset.h>
+#include <ctype.h>
+
#include "playlist.h"
struct demux_sys_t
More information about the vlc-devel
mailing list