[v1.03] Fix compilation error due to FILE identifier not being found

This commit is contained in:
Dr-Noob
2023-01-29 09:17:54 +01:00
parent 687459961d
commit b0354e28ff

View File

@@ -1,6 +1,7 @@
#ifndef __GLOBAL__ #ifndef __GLOBAL__
#define __GLOBAL__ #define __GLOBAL__
#include <stdio.h>
#include <stdbool.h> #include <stdbool.h>
#include <stddef.h> #include <stddef.h>