diff options
author | Ryan C. Gordon <icculus@icculus.org> | 2015-06-07 18:29:23 -0400 |
---|---|---|
committer | Ryan C. Gordon <icculus@icculus.org> | 2015-06-07 18:29:23 -0400 |
commit | 3f40271c0e2a6c188da79a144af8cf61bd543d76 (patch) | |
tree | 923dd197588ba24d9b15ec5a5afb95f1cb67369f /src/haptic | |
parent | 3d3c2ea51168fbd39a3545b9e3fb27b6d74086f7 (diff) |
Maybe patched to compile on some Windows configurations.
(Maybe) Fixes Bugzilla #3001.
Diffstat (limited to 'src/haptic')
-rw-r--r-- | src/haptic/windows/SDL_xinputhaptic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/haptic/windows/SDL_xinputhaptic.c b/src/haptic/windows/SDL_xinputhaptic.c index 0940161c5f..b5fb2e344c 100644 --- a/src/haptic/windows/SDL_xinputhaptic.c +++ b/src/haptic/windows/SDL_xinputhaptic.c @@ -375,6 +375,8 @@ SDL_XINPUT_HapticStopAll(SDL_Haptic * haptic) #else /* !SDL_HAPTIC_XINPUT */ +#include "../../core/windows/SDL_windows.h" + typedef struct SDL_hapticlist_item SDL_hapticlist_item; int |