diff options
-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 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 |