mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 07:35:38 +00:00
SDL_bsdjoystick: fix -Wundef warning on FreeBSD
This commit is contained in:
parent
3fb5124174
commit
4940b5dbc2
|
@ -69,7 +69,7 @@
|
||||||
#include <sys/joystick.h>
|
#include <sys/joystick.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if SDL_HAVE_MACHINE_JOYSTICK_H
|
#ifdef SDL_HAVE_MACHINE_JOYSTICK_H
|
||||||
#include <machine/joystick.h>
|
#include <machine/joystick.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue