evas: include missing header
authorJean Guyomarc'h <jean@guyomarch.bzh>
Tue, 19 Dec 2017 13:10:53 +0000 (14:10 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Wed, 10 Jan 2018 11:08:13 +0000 (20:08 +0900)
This fixes a compilation warning telling a function was used without
prior declaration.

src/lib/evas/common/evas_font_main.c

index ef2c588..39ca762 100644 (file)
@@ -1,4 +1,5 @@
 #include "evas_font_private.h"
+#include "evas_font_draw.h"
 
 #ifdef EVAS_CSERVE2
 # include "../cserve2/evas_cs2_private.h"