From 306455280adc2cf6de180115d8a798d28a07b431 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 10 Feb 2026 16:13:56 +0500 Subject: [PATCH] engine: identification: include build.h early so platform definitions are visible when including system headers --- engine/client/identification.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/client/identification.c b/engine/client/identification.c index 3b8cc517..e5a212c7 100644 --- a/engine/client/identification.c +++ b/engine/client/identification.c @@ -13,6 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. */ +#include "build.h" #include #include #if !XASH_WIN32