Evas font: Add missing include.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 19 Jul 2012 06:43:21 +0000 (06:43 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 19 Jul 2012 06:43:21 +0000 (06:43 +0000)
Seriously, I don't know why or how, but it got removed from my previous
commit. Anyhow, it's fixed now.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@74159 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/evas_cserve2_fonts.c
src/lib/engines/common/evas_font_main.c

index ce93922..be94708 100644 (file)
@@ -17,6 +17,7 @@
 #include FT_TYPES_H
 #include FT_MODULE_H
 #include FT_OUTLINE_H
+#include FT_SYNTHESIS_H
 
 #include "evas_cserve2.h"
 
index 4f271e0..ecbe263 100644 (file)
@@ -10,6 +10,7 @@
 #include <assert.h>
 
 #include FT_OUTLINE_H
+#include FT_SYNTHESIS_H
 
 FT_Library      evas_ft_lib = 0;
 static int      initialised = 0;