From eb94c19a6371b0e29fdd096754d95a96c3d7113d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 16 Nov 2020 08:09:15 -0800 Subject: [PATCH] SDL: fix iOS build --- src/joystick/hidapi/SDL_hidapi_ps5.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/joystick/hidapi/SDL_hidapi_ps5.c b/src/joystick/hidapi/SDL_hidapi_ps5.c index c0427a6c8..3e9b7ac83 100644 --- a/src/joystick/hidapi/SDL_hidapi_ps5.c +++ b/src/joystick/hidapi/SDL_hidapi_ps5.c @@ -28,6 +28,7 @@ #include "SDL_gamecontroller.h" #include "../SDL_sysjoystick.h" #include "SDL_hidapijoystick_c.h" +#include "SDL_hidapi_rumble.h" #ifdef SDL_JOYSTICK_HIDAPI_PS5