소스 검색

Add needed include to pointing_device.c (#15167)

Drashna Jaelre 3 년 전
부모
커밋
b3ee124da6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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