Skip to content

Commit

Permalink
Add needed include to pointing_device.c (#15167)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Nov 15, 2021
1 parent ca4b54b commit b3ee124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/pointing_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/

#include "pointing_device.h"
#include <string.h>
#ifdef MOUSEKEY_ENABLE
# include "mousekey.h"
#endif
Expand Down

0 comments on commit b3ee124

Please sign in to comment.