summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2017-11-07 14:56:00 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-11-07 14:57:14 +0900
commita438e9382c72bfecbfe6d7630e762b2013640c14 (patch)
tree95a26ae18c44bdc675bd1f525403925827330df7
parent6ecf3fd6b70201943259cb5d99169ad71aee7ddc (diff)
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
-rw-r--r--src/lib/evas/common/evas_font_draw.h2
1 files changed, 1 insertions, 1 deletions
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);