1
0
Fork 0

Fix missing joystick.h include (#22946)

This commit is contained in:
Ryan 2024-01-23 00:18:20 +11:00 committed by GitHub
parent cdbfcb6c14
commit 3495cbc638
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 8 deletions

View file

@ -22,6 +22,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "keycode.h"
#include "util.h"
#ifdef JOYSTICK_ENABLE
# include "joystick.h"
#endif
// clang-format off
/* HID report IDs */