evas: Fix make check

Because of this I couldn't test my previous patches properly and now
realized that I also broke make check... >_<

See D5419
This commit is contained in:
Jean-Philippe Andre 2017-11-07 14:56:00 +09:00
parent 6ecf3fd6b7
commit a438e9382c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef _EVAS_FONT_DRAW_H
#define _EVAS_FONT_DRAW_H
#include "evas_common_private.h"
#include "../include/evas_common_private.h"
/* draw */
typedef Eina_Bool (*Evas_Common_Font_Draw_Cb)(RGBA_Image *dst, RGBA_Draw_Context *dc, int x, int y, Evas_Glyph_Array *glyphs, RGBA_Gfx_Func func, int ext_x, int ext_y, int ext_w, int ext_h, int im_w, int im_h);