From: Carsten Haitzler Date: Fri, 24 Feb 2012 00:58:13 +0000 (+0000) Subject: lets compile shall we and only include sdl headers if building X-Git-Tag: submit/devel/efl/20131022.203902~6405 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a918ef689ffd970e2c31a6ada763d1f7382384dc;p=platform%2Fupstream%2Fefl.git lets compile shall we and only include sdl headers if building ecore-evas-sdl stuff eh? SVN revision: 68372 --- diff --git a/legacy/ecore/src/lib/ecore_evas/ecore_evas_sdl.c b/legacy/ecore/src/lib/ecore_evas/ecore_evas_sdl.c index 28c69cd..8567cc1 100644 --- a/legacy/ecore/src/lib/ecore_evas/ecore_evas_sdl.c +++ b/legacy/ecore/src/lib/ecore_evas/ecore_evas_sdl.c @@ -18,7 +18,9 @@ #include #include +#if defined(BUILD_ECORE_EVAS_SOFTWARE_SDL) || defined(BUILD_ECORE_EVAS_OPENGL_SDL) #include +#endif #include "ecore_evas_private.h" #include "Ecore_Evas.h"