commit | bacc071313e2893bb2b57fd88d114be582f4643c | [log] [tgz] |
---|---|---|
author | Miguel Young de la Sota <mcyoung@google.com> | Wed Dec 18 13:43:14 2019 -0600 |
committer | Garret Kelly <Garret.Kelly@gmail.com> | Wed Dec 18 14:55:35 2019 -0500 |
tree | 4491cee09aa79df7e02d3f7725618ca90950e3a0 | |
parent | b1a4e034eadd41b7e9decc628c7650c228318434 [diff] [blame] |
[sw] Fix CI due to missing #includes. Signed-off-by: Miguel Young de la Sota <mcyoung@google.com>
diff --git a/sw/device/lib/handler.c b/sw/device/lib/handler.c index b344415..12bfcdc 100644 --- a/sw/device/lib/handler.c +++ b/sw/device/lib/handler.c
@@ -4,6 +4,7 @@ #include "handler.h" +#include "sw/device/lib/base/stdasm.h" #include "sw/device/lib/common.h" #include "sw/device/lib/uart.h"