From 61897d8b52bd45234b36cd379dde950bb9148bcc Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sat, 14 Mar 2020 11:33:51 +0100 Subject: [PATCH] Fix `warning.h` not including a required header --- include/asm/warning.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/asm/warning.h b/include/asm/warning.h index de854b33..385183dc 100644 --- a/include/asm/warning.h +++ b/include/asm/warning.h @@ -9,6 +9,8 @@ #ifndef WARNING_H #define WARNING_H +#include "helpers.h" + extern unsigned int nbErrors; enum WarningID {