aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-11-15 09:09:31 -0800
committerGitHub <noreply@github.com>2021-11-16 04:09:31 +1100
commitb3ee124da666287ef13787523ea88bf40713ff4c (patch)
tree93f1cbedf36351ff23591e55f95729cd2bcfc2ea
parentca4b54bb30967a17f830301bffc0253f061f4275 (diff)
downloadqmk_firmware-b3ee124da666287ef13787523ea88bf40713ff4c.tar.gz
qmk_firmware-b3ee124da666287ef13787523ea88bf40713ff4c.zip
Add needed include to pointing_device.c (#15167)
-rw-r--r--quantum/pointing_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/pointing_device.c b/quantum/pointing_device.c
index feeb2b316..2fefdb67b 100644
--- a/quantum/pointing_device.c
+++ b/quantum/pointing_device.c
@@ -17,6 +17,7 @@
17 */ 17 */
18 18
19#include "pointing_device.h" 19#include "pointing_device.h"
20#include <string.h>
20#ifdef MOUSEKEY_ENABLE 21#ifdef MOUSEKEY_ENABLE
21# include "mousekey.h" 22# include "mousekey.h"
22#endif 23#endif