More patching to compile...

This commit is contained in:
Ryan C. Gordon 2015-05-28 01:16:55 -04:00
parent 5c7974ec41
commit a0d61787af
2 changed files with 8 additions and 4 deletions

View file

@ -20,11 +20,12 @@
*/
#include "../../SDL_internal.h"
#include "SDL_error.h"
#include "SDL_haptic.h"
#if SDL_HAPTIC_XINPUT
#include "SDL_assert.h"
#include "SDL_error.h"
#include "SDL_haptic.h"
#include "SDL_hints.h"
#include "SDL_timer.h"
#include "SDL_windowshaptic_c.h"