# HG changeset patch # User diego # Date 1283976250 0 # Node ID 622ac29edfc8fc72ef83da3e19caaa1811f955a0 # Parent c3c9652058f8dde667460fe90108b80b3b426f48 Add proper #include instead of declaring sub_unicode extern. diff -r c3c9652058f8 -r 622ac29edfc8 libvo/font_load.c --- a/libvo/font_load.c Wed Sep 08 20:01:34 2010 +0000 +++ b/libvo/font_load.c Wed Sep 08 20:04:10 2010 +0000 @@ -26,6 +26,7 @@ #include #include "font_load.h" +#include "sub.h" #include "mp_msg.h" raw_file* load_raw(char *name,int verbose){ @@ -63,8 +64,6 @@ return NULL; } -extern int sub_unicode; - font_desc_t* read_font_desc(const char* fname,float factor,int verbose){ unsigned char sor[1024]; unsigned char sor2[1024];