mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fixed build
This commit is contained in:
parent
9e45372a2f
commit
d4794028bb
@ -27,9 +27,10 @@
|
|||||||
* This merges the two, at a small performance cost, until distributions
|
* This merges the two, at a small performance cost, until distributions
|
||||||
* have granted access to /dev/hidraw*
|
* have granted access to /dev/hidraw*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../SDL_internal.h"
|
#include "../SDL_internal.h"
|
||||||
|
|
||||||
#include "SDL_loadso.h"
|
#include "SDL_loadso.h"
|
||||||
|
#include "SDL_hidapi.h"
|
||||||
|
|
||||||
#ifdef SDL_JOYSTICK_HIDAPI
|
#ifdef SDL_JOYSTICK_HIDAPI
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
misrepresented as being the original software.
|
misrepresented as being the original software.
|
||||||
3. This notice may not be removed or altered from any source distribution.
|
3. This notice may not be removed or altered from any source distribution.
|
||||||
*/
|
*/
|
||||||
|
#include "../SDL_internal.h"
|
||||||
|
|
||||||
#ifdef SDL_JOYSTICK_HIDAPI
|
#ifdef SDL_JOYSTICK_HIDAPI
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user