diff --git a/src/joystick/hidapi/SDL_hidapijoystick.c b/src/joystick/hidapi/SDL_hidapijoystick.c index 23fb07659..0aa850d13 100644 --- a/src/joystick/hidapi/SDL_hidapijoystick.c +++ b/src/joystick/hidapi/SDL_hidapijoystick.c @@ -47,8 +47,8 @@ #include #endif -#ifdef SDL_USE_LIBUDEV #include "../../core/linux/SDL_udev.h" +#ifdef SDL_USE_LIBUDEV #include #include #endif