From: Jack Humbert Date: Wed, 29 Jun 2016 22:36:52 +0000 (-0400) Subject: gets rid of rand warning [skip ci] X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8125cdb88ce1201fcfd16ed4c5313222ef4c230c;p=qmk_firmware.git gets rid of rand warning [skip ci] --- diff --git a/quantum/quantum.h b/quantum/quantum.h index dd290ac00..9b5d310bd 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -22,6 +22,7 @@ #include #include "led.h" #include "action_util.h" +#include extern uint32_t default_layer_state;