From 8d040e5b4d556ee9b5309b67a71149829435d5c5 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Mon, 16 Dec 2019 16:26:18 +0100 Subject: [PATCH] sys/shell: add missing stdio include in sc_loramac.c --- sys/shell/commands/sc_loramac.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/shell/commands/sc_loramac.c b/sys/shell/commands/sc_loramac.c index 6f7cb00dbec1..93de10e4e852 100644 --- a/sys/shell/commands/sc_loramac.c +++ b/sys/shell/commands/sc_loramac.c @@ -18,6 +18,7 @@ * @} */ +#include #include #include "shell.h"