From 1b361f983296c4aa517843c7c45954be5e8aa4f8 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Tue, 29 Aug 2023 12:33:21 +0200 Subject: [PATCH] drivers: pcie: host: add missing init.h File was using SYS_INIT from init.h. Signed-off-by: Gerard Marull-Paretas --- drivers/pcie/host/pcie.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pcie/host/pcie.c b/drivers/pcie/host/pcie.c index 9efaf454214..1d6c1678094 100644 --- a/drivers/pcie/host/pcie.c +++ b/drivers/pcie/host/pcie.c @@ -8,6 +8,7 @@ #include LOG_MODULE_REGISTER(pcie, LOG_LEVEL_ERR); +#include #include #include #include