From 6c35d066fc65a0171a2307f07ca206890b4e80ca Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 21 May 2015 12:00:48 +0800 Subject: [PATCH] runtime: add missing include --- soc/runtime/bridge_ctl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/runtime/bridge_ctl.c b/soc/runtime/bridge_ctl.c index 1103a222c..14a042a0d 100644 --- a/soc/runtime/bridge_ctl.c +++ b/soc/runtime/bridge_ctl.c @@ -3,6 +3,7 @@ #include "kloader.h" #include "mailbox.h" #include "messages.h" +#include "bridge_ctl.h" void brg_start(void) {