common: include build.h in xash3d_types.h
This commit is contained in:
parent
f0feb1dfbf
commit
fb8791529e
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
#ifndef XASH_TYPES_H
|
||||
#define XASH_TYPES_H
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "build.h"
|
||||
|
||||
#if XASH_WIN32
|
||||
#include <wchar.h> // off_t
|
||||
#endif // _WIN32
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue