]> git.sesse.net Git - vlc/commitdiff
text/unicode: kill a "no previous prototype" warning
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 17 Feb 2011 12:14:52 +0000 (13:14 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 17 Feb 2011 12:14:52 +0000 (13:14 +0100)
By adding include the same way as in charset.c

src/text/unicode.c

index cad5aa7739cd7ddd8accb7020f1cd1f4e3081815..ab304816500529d3fdadb420951ebe4adc07fc0c 100644 (file)
@@ -29,6 +29,8 @@
 #endif
 
 #include <vlc_common.h>
+
+#include "libvlc.h"
 #include <vlc_charset.h>
 
 #include <assert.h>