1
0
Fork 0

Add needed include to pointing_device.c (#15167)

This commit is contained in:
Drashna Jaelre 2021-11-15 09:09:31 -08:00 committed by GitHub
parent ca4b54bb30
commit b3ee124da6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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