ref: 61897d8b52bd45234b36cd379dde950bb9148bcc
parent: a259f53b5296e16dcd596d601ef03a16ceebf966
author: ISSOtm <eldredhabert0@gmail.com>
date: Sat Mar 14 07:33:51 EDT 2020
Fix `warning.h` not including a required header
--- 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 {