engine: identification: include build.h early so platform definitions are visible when including system headers

This commit is contained in:
Alibek Omarov
2026-02-10 16:13:56 +05:00
parent d9221c8491
commit 306455280a

View File

@@ -13,6 +13,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
#include "build.h"
#include <inttypes.h>
#include <fcntl.h>
#if !XASH_WIN32