Navigation Menu

Skip to content

Commit

Permalink
Fixed implicit declaration of SDL_Log() warning in joystick source fo…
Browse files Browse the repository at this point in the history
…r Android.
  • Loading branch information
philippwiesemann committed Dec 24, 2013
1 parent 18125f7 commit 28309c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/joystick/android/SDL_sysjoystick.c
Expand Up @@ -35,6 +35,7 @@
#include "SDL_hints.h"
#include "SDL_assert.h"
#include "SDL_timer.h"
#include "SDL_log.h"
#include "SDL_sysjoystick_c.h"
#include "../SDL_joystick_c.h"
#include "../../core/android/SDL_android.h"
Expand Down

0 comments on commit 28309c1

Please sign in to comment.