raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ada29070a3f6e8d626cd054b904d0c22354e9bdf
commit ada29070a3f6e8d626cd054b904d0c22354e9bdf Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Sat May 30 12:10:15 2020 +0100 evas examples - build box example again - missing header --- src/examples/evas/evas-box.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/examples/evas/evas-box.c b/src/examples/evas/evas-box.c index a46fc0de9b..255b11609f 100644 --- a/src/examples/evas/evas-box.c +++ b/src/examples/evas/evas-box.c @@ -22,6 +22,8 @@ #include <stdio.h> #include <string.h> +#include "evas-common.h" + #define WIDTH (640) #define HEIGHT (480) --