changeset 10147 | ddbdc9c1b92f |
parent 10146 | 471eb08040ce |
child 10281 | cb13d22b7f09 |
--- 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