From a438e9382c72bfecbfe6d7630e762b2013640c14 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Tue, 7 Nov 2017 14:56:00 +0900 Subject: 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(-) (limited to 'src/lib/evas/common/evas_font_draw.h') 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); -- cgit v1.2.1