[vlc-commits] text/unicode: kill a "no previous prototype" warning

Jean-Baptiste Kempf git at videolan.org
Thu Feb 17 13:18:37 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 17 13:14:52 2011 +0100| [5ab62593a86bec599dca836e8ec787da47b3a15f] | committer: Jean-Baptiste Kempf

text/unicode: kill a "no previous prototype" warning

By adding include the same way as in charset.c

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5ab62593a86bec599dca836e8ec787da47b3a15f
---

 src/text/unicode.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/text/unicode.c b/src/text/unicode.c
index cad5aa7..ab30481 100644
--- a/src/text/unicode.c
+++ b/src/text/unicode.c
@@ -29,6 +29,8 @@
 #endif
 
 #include <vlc_common.h>
+
+#include "libvlc.h"
 #include <vlc_charset.h>
 
 #include <assert.h>



More information about the vlc-commits mailing list