mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: platform: include errno.h globally, it's defined by the C standard, so should be available everywhere
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user