--- freetype2/src/autofit/afglobal.c 2007-06-25 19:17:00.000000000 +0530 +++ new/freetype2/src/autofit/afglobal.c 2007-06-25 19:28:47.000000000 +0530 @@ -21,7 +21,7 @@ #include "aflatin.h" #include "afcjk.h" #include "aferrors.h" - +#include "afindic.h" #ifdef FT_OPTION_AUTOFIT2 #include "aflatin2.h" #endif @@ -35,7 +35,7 @@ #endif &af_latin_script_class, &af_cjk_script_class, - + &af_indic_script_class, NULL /* do not remove */ };