Browse Source

Add needed include to pointing_device.c (#15167)

pull/15170/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
b3ee124da6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      quantum/pointing_device.c

+ 1
- 0
quantum/pointing_device.c View File

@ -17,6 +17,7 @@
*/
#include "pointing_device.h"
#include <string.h>
#ifdef MOUSEKEY_ENABLE
# include "mousekey.h"
#endif


Loading…
Cancel
Save