lets compile shall we and only include sdl headers if building

ecore-evas-sdl stuff eh?



SVN revision: 68372
This commit is contained in:
Carsten Haitzler 2012-02-24 00:58:13 +00:00
parent a23505ad6a
commit a918ef689f
1 changed files with 2 additions and 0 deletions

View File

@ -18,7 +18,9 @@
#include <stdlib.h>
#include <string.h>
#if defined(BUILD_ECORE_EVAS_SOFTWARE_SDL) || defined(BUILD_ECORE_EVAS_OPENGL_SDL)
#include <SDL/SDL.h>
#endif
#include "ecore_evas_private.h"
#include "Ecore_Evas.h"