diff options
author | jack <0x6A73@pm.me> | 2022-03-13 19:53:53 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-13 18:53:53 -0700 |
commit | 86a35483a12a12bcf8d0005ebc7e4e2bca3ab5b3 (patch) | |
tree | 95cc80499ad90d51c38d5a548ae4fd8c9a1104e0 /quantum | |
parent | b8574efcd67a394c423ac29ce280ee09517a1aee (diff) |
Mousekeys fix (#16640)
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/mousekey.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/mousekey.c b/quantum/mousekey.c index 0cbb472045..64d0e66682 100644 --- a/quantum/mousekey.c +++ b/quantum/mousekey.c @@ -16,6 +16,7 @@ */ #include <stdint.h> +#include <string.h> #include "keycode.h" #include "host.h" #include "timer.h" |