From 07c84dde512f2f6deff7dbfaa9c3f7f20ec0c91b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 10 Mar 2013 13:36:20 -0400 Subject: [PATCH] Patched to compile on Visual Studio. --- src/joystick/windows/SDL_dxjoystick.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/joystick/windows/SDL_dxjoystick.c b/src/joystick/windows/SDL_dxjoystick.c index e67e66e68..aac20489f 100644 --- a/src/joystick/windows/SDL_dxjoystick.c +++ b/src/joystick/windows/SDL_dxjoystick.c @@ -33,6 +33,7 @@ * let it return 0 events. */ #include "SDL_error.h" +#include "SDL_assert.h" #include "SDL_events.h" #include "SDL_joystick.h" #include "../SDL_sysjoystick.h"