engine: platform: include errno.h globally, it's defined by the C standard, so should be available everywhere

This commit is contained in:
Alibek Omarov
2025-08-03 10:27:32 +05:00
parent bfc10a732a
commit 6aecc45ce1

View File

@@ -17,6 +17,7 @@ GNU General Public License for more details.
#ifndef PLATFORM_H
#define PLATFORM_H
#include <errno.h>
#include "common.h"
#include "system.h"
#include "defaults.h"