diff options
Diffstat (limited to 'quantum/process_keycode/process_joystick.h')
| -rw-r--r-- | quantum/process_keycode/process_joystick.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_joystick.h b/quantum/process_keycode/process_joystick.h index 1fb8757708..aa1a443271 100644 --- a/quantum/process_keycode/process_joystick.h +++ b/quantum/process_keycode/process_joystick.h | |||
| @@ -17,6 +17,7 @@ | |||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #include <stdint.h> | 19 | #include <stdint.h> |
| 20 | #include "quantum.h" | 20 | #include <stdbool.h> |
| 21 | #include "action.h" | ||
| 21 | 22 | ||
| 22 | bool process_joystick(uint16_t keycode, keyrecord_t *record); | 23 | bool process_joystick(uint16_t keycode, keyrecord_t *record); |
