From fb8791529efccf82a54065921bf1dce1f27ac247 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 23 Dec 2021 18:46:40 +0300 Subject: [PATCH] common: include build.h in xash3d_types.h --- common/xash3d_types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/xash3d_types.h b/common/xash3d_types.h index 809da0ad..7ed4ab91 100644 --- a/common/xash3d_types.h +++ b/common/xash3d_types.h @@ -2,7 +2,9 @@ #ifndef XASH_TYPES_H #define XASH_TYPES_H -#ifdef _WIN32 +#include "build.h" + +#if XASH_WIN32 #include // off_t #endif // _WIN32