Browse Source

Mousekeys fix (#16640)

jack 4 years ago
parent
commit
86a35483a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      quantum/mousekey.c

+ 1 - 0
quantum/mousekey.c

@@ -16,6 +16,7 @@
  */
 
 #include <stdint.h>
+#include <string.h>
 #include "keycode.h"
 #include "host.h"
 #include "timer.h"