summaryrefslogtreecommitdiffstats
path: root/keyboards/sixkeyboard
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-30 22:30:18 +0200
committerJack Humbert <jack.humb@gmail.com>2017-06-30 22:33:49 +0200
commitb7afa59c9714def787a08950d78ac674cf19728c (patch)
tree3233d72b8635546285687a8965bad0de7d9e0485 /keyboards/sixkeyboard
parent753809eed7873205baa6692d928d9c255308d22b (diff)
downloadqmk_firmware-b7afa59c9714def787a08950d78ac674cf19728c.tar.gz
qmk_firmware-b7afa59c9714def787a08950d78ac674cf19728c.tar.xz
remove warning
Diffstat (limited to 'keyboards/sixkeyboard')
-rw-r--r--keyboards/sixkeyboard/matrix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/sixkeyboard/matrix.c b/keyboards/sixkeyboard/matrix.c
index 37cc68a21..860452ebd 100644
--- a/keyboards/sixkeyboard/matrix.c
+++ b/keyboards/sixkeyboard/matrix.c
@@ -34,6 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "util.h"
#include "matrix.h"
#include "sixkeyboard.h"
+#include <string.h>
/* matrix state(1:on, 0:off) */
static matrix_row_t matrix[MATRIX_ROWS];