浏览代码

remove warning

Jack Humbert 8 年之前
父节点
当前提交
b7afa59c97
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      keyboards/sixkeyboard/matrix.c

+ 1 - 0
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];