소스 검색

gets rid of rand warning [skip ci]

Jack Humbert 9 년 전
부모
커밋
8125cdb88c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      quantum/quantum.h

+ 1 - 0
quantum/quantum.h

@@ -22,6 +22,7 @@
 #include <avr/interrupt.h>
 #include "led.h"
 #include "action_util.h"
+#include <stdlib.h>
 
 
 extern uint32_t default_layer_state;