From b0354e28fffddeb56b2bf7616c4b34029bfe2344 Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Sun, 29 Jan 2023 09:17:54 +0100 Subject: [PATCH] [v1.03] Fix compilation error due to FILE identifier not being found --- src/common/global.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/global.h b/src/common/global.h index 5a9e399..3ab8ab2 100644 --- a/src/common/global.h +++ b/src/common/global.h @@ -1,6 +1,7 @@ #ifndef __GLOBAL__ #define __GLOBAL__ +#include #include #include