From fef8a4918ee5de8db54952556b404d8c2f02974e Mon Sep 17 00:00:00 2001 From: hexkyz Date: Tue, 14 Jul 2020 18:31:27 +0100 Subject: [PATCH] sept: add missing include --- sept/sept-secondary/src/exception_handlers.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sept/sept-secondary/src/exception_handlers.c b/sept/sept-secondary/src/exception_handlers.c index 7879dd622..6a005293a 100644 --- a/sept/sept-secondary/src/exception_handlers.c +++ b/sept/sept-secondary/src/exception_handlers.c @@ -19,6 +19,7 @@ #include "exception_handlers.h" #include "utils.h" #include "lib/log.h" +#include "lib/vsprintf.h" #define CODE_DUMP_SIZE 0x30 #define STACK_DUMP_SIZE 0x30