diff -r 471eb08040ce -r ddbdc9c1b92f src/joystick/windows/SDL_windowsjoystick.c --- a/src/joystick/windows/SDL_windowsjoystick.c Tue Apr 12 16:45:10 2016 -0400 +++ b/src/joystick/windows/SDL_windowsjoystick.c Tue Apr 12 18:11:36 2016 -0400 @@ -41,7 +41,7 @@ #include "SDL_hints.h" #include "SDL_joystick.h" #include "../SDL_sysjoystick.h" -#include "../thread/SDL_systhread.h" +#include "../../thread/SDL_systhread.h" #if !SDL_EVENTS_DISABLED #include "../../events/SDL_events_c.h" #endif