mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
SDL_bsdjoystick: fix -Wundef warning on FreeBSD
This commit is contained in:
parent
d1def7f033
commit
f26a93211f
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
|||
#include <sys/joystick.h>
|
||||
#endif
|
||||
|
||||
#if SDL_HAVE_MACHINE_JOYSTICK_H
|
||||
#ifdef SDL_HAVE_MACHINE_JOYSTICK_H
|
||||
#include <machine/joystick.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue