Fixed implicit function declaration and warning for SDL_Log().

This commit is contained in:
Philipp Wiesemann 2013-06-02 14:11:04 +02:00
parent cd88135edc
commit 64f1ac9002

View file

@ -27,6 +27,7 @@
#include "SDL_events.h"
#include "../../events/SDL_mouse_c.h"
#include "../../events/SDL_touch_c.h"
#include "SDL_log.h"
#include "SDL_androidtouch.h"