diff options
author | Drashna Jaelre <drashna@live.com> | 2021-11-15 09:09:31 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 04:09:31 +1100 |
commit | b3ee124da666287ef13787523ea88bf40713ff4c (patch) | |
tree | 93f1cbedf36351ff23591e55f95729cd2bcfc2ea | |
parent | ca4b54bb30967a17f830301bffc0253f061f4275 (diff) |
Add needed include to pointing_device.c (#15167)
-rw-r--r-- | quantum/pointing_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/pointing_device.c b/quantum/pointing_device.c index feeb2b3160..2fefdb67b6 100644 --- a/quantum/pointing_device.c +++ b/quantum/pointing_device.c @@ -17,6 +17,7 @@ */ #include "pointing_device.h" +#include <string.h> #ifdef MOUSEKEY_ENABLE # include "mousekey.h" #endif |