don't depend on system SDL headers
authornotaz <notasas@gmail.com>
Wed, 16 Nov 2011 23:33:50 +0000 (01:33 +0200)
committernotaz <notasas@gmail.com>
Wed, 16 Nov 2011 23:33:50 +0000 (01:33 +0200)
src/video/omapdss/osdl_input.c

index 1358706..4908661 100644 (file)
 #include <time.h>
 #include <errno.h>
 #include <linux/input.h>
+#ifdef STANDALONE
 #include <SDL/SDL.h>
+#else
+#include "SDL.h"
+#endif
 #if SDL_INPUT_TSLIB
 #include <tslib.h>
 #endif