Skip to content

Commit

Permalink
[Bug] Include missing string.h include (#15606)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Dec 27, 2021
1 parent cd3db41 commit 14d5c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/matrix_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#ifdef SPLIT_KEYBOARD
# include "split_common/split_util.h"
# include "split_common/transactions.h"
# include <string.h>

# define ROWS_PER_HAND (MATRIX_ROWS / 2)
#else
Expand Down

0 comments on commit 14d5c3f

Please sign in to comment.