From 203b795cc9d9f3cfad62631d56fd1f2a4089d479 Mon Sep 17 00:00:00 2001 From: terminx Date: Tue, 24 Mar 2015 03:34:01 +0000 Subject: [PATCH] Additional fix for building with newest MSYS2 packages. DONT_BUILD. git-svn-id: https://svn.eduke32.com/eduke32@5082 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/src/kplib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/polymer/eduke32/build/src/kplib.c b/polymer/eduke32/build/src/kplib.c index 381224eb3..e96e4b6c8 100644 --- a/polymer/eduke32/build/src/kplib.c +++ b/polymer/eduke32/build/src/kplib.c @@ -70,6 +70,7 @@ static __inline int32_t _lrotl(int32_t i, int sh) #define _fileno fileno #else #include +#include #endif #if defined(_WIN32)