瀏覽代碼

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