From: notaz Date: Wed, 16 Nov 2011 23:33:50 +0000 (+0200) Subject: don't depend on system SDL headers X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=sdl_omap.git;a=commitdiff_plain;h=b983f171bf57138ebcfce244b276bc9d22e63452 don't depend on system SDL headers --- diff --git a/src/video/omapdss/osdl_input.c b/src/video/omapdss/osdl_input.c index 1358706..4908661 100644 --- a/src/video/omapdss/osdl_input.c +++ b/src/video/omapdss/osdl_input.c @@ -14,7 +14,11 @@ #include #include #include +#ifdef STANDALONE #include +#else +#include "SDL.h" +#endif #if SDL_INPUT_TSLIB #include #endif