[vlc-devel] commit: Missing #include ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu May 1 10:35:48 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Thu May 1 11:36:51 2008 +0300| [4d2de3f731e49074a54201682a7fd876522f7c7e]
Missing #include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d2de3f731e49074a54201682a7fd876522f7c7e
---
modules/access/vcd/vcd.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/access/vcd/vcd.c b/modules/access/vcd/vcd.c
index 97ef305..0104a43 100644
--- a/modules/access/vcd/vcd.c
+++ b/modules/access/vcd/vcd.c
@@ -32,6 +32,7 @@
#include <vlc/vlc.h>
#include <vlc_input.h>
#include <vlc_access.h>
+#include <vlc_charset.h>
#include "cdrom.h"
More information about the vlc-devel
mailing list