From 04ef8ca5092f99579540bb6e6fc0bfa8fcd4e316 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 30 Aug 2023 10:24:34 +0200 Subject: [PATCH] debug: gdbstub: s/device.h/init.h File was not using any device.h API, but init.h (SYS_INIT). Signed-off-by: Gerard Marull-Paretas --- subsys/debug/gdbstub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/debug/gdbstub.c b/subsys/debug/gdbstub.c index abc910975fd..3cced7b0310 100644 --- a/subsys/debug/gdbstub.c +++ b/subsys/debug/gdbstub.c @@ -4,7 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -#include +#include #include #include