Explorar o código

Add needed include to pointing_device.c (#15167)

Drashna Jaelre %!s(int64=3) %!d(string=hai) anos
pai
achega
b3ee124da6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      quantum/pointing_device.c

+ 1 - 0
quantum/pointing_device.c

@@ -17,6 +17,7 @@
  */
 
 #include "pointing_device.h"
+#include <string.h>
 #ifdef MOUSEKEY_ENABLE
 #    include "mousekey.h"
 #endif