From 73db5cb912ab8b4132732838772d557a893df434 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 9 Nov 2023 18:03:08 +0100 Subject: [PATCH] style: missing include of own header --- armsrc/sam_mfc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/armsrc/sam_mfc.c b/armsrc/sam_mfc.c index f2dee067c..090f4a781 100644 --- a/armsrc/sam_mfc.c +++ b/armsrc/sam_mfc.c @@ -15,6 +15,7 @@ //----------------------------------------------------------------------------- // Routines to support MFC <-> SAM communication //----------------------------------------------------------------------------- +#include "sam_mfc.h" #include "sam_seos.h" #include "iclass.h"