From 79232046867f2dbaf4fc3357154666486148cbe3 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 1 Sep 2011 14:02:12 -0400 Subject: [PATCH] Patched to compile. --- src/joystick/SDL_joystick.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/joystick/SDL_joystick.c b/src/joystick/SDL_joystick.c index 7ad57396a..73b2c8315 100644 --- a/src/joystick/SDL_joystick.c +++ b/src/joystick/SDL_joystick.c @@ -25,6 +25,8 @@ #include "SDL_events.h" #include "SDL_sysjoystick.h" #include "SDL_joystick_c.h" +#include "SDL_assert.h" + #if !SDL_EVENTS_DISABLED #include "../events/SDL_events_c.h" #endif