Additional fix for building with newest MSYS2 packages. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@5082 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2015-03-24 03:34:01 +00:00
parent a9c32b758d
commit 203b795cc9
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ static __inline int32_t _lrotl(int32_t i, int sh)
#define _fileno fileno
#else
#include <io.h>
#include <intrin.h>
#endif
#if defined(_WIN32)