diff --git a/samples/tmo_shell/src/tmo_ping.c b/samples/tmo_shell/src/tmo_ping.c index cf3a2ba..ccd563e 100644 --- a/samples/tmo_shell/src/tmo_ping.c +++ b/samples/tmo_shell/src/tmo_ping.c @@ -6,6 +6,8 @@ #include #include +#include +#include #include #include #include "tmo_shell.h" diff --git a/samples/tmo_shell/src/tmo_shell.c b/samples/tmo_shell/src/tmo_shell.c index 3937eec..c0456f8 100644 --- a/samples/tmo_shell/src/tmo_shell.c +++ b/samples/tmo_shell/src/tmo_shell.c @@ -16,7 +16,7 @@ LOG_MODULE_REGISTER(tmo_shell, LOG_LEVEL_INF); #include #include #include -#include +#include #include #include #include