jpeg pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a438e9382c72bfecbfe6d7630e762b2013640c14
commit a438e9382c72bfecbfe6d7630e762b2013640c14 Author: Jean-Philippe Andre <[email protected]> Date: Tue Nov 7 14:56:00 2017 +0900 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 --- src/lib/evas/common/evas_font_draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/common/evas_font_draw.h b/src/lib/evas/common/evas_font_draw.h index d84fb6aece..2fdfc36e12 100644 --- a/src/lib/evas/common/evas_font_draw.h +++ b/src/lib/evas/common/evas_font_draw.h @@ -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); --
