From 006c1568552761176200262832fb9c7db04c039b Mon Sep 17 00:00:00 2001 From: dabb Date: Tue, 21 Nov 2000 14:49:36 +0000 Subject: [PATCH] Borland C++ compile fixes git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@98 d7cf8633-e32d-0410-b094-e92efae38249 --- console.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/console.c b/console.c index be48c8df..297bcb23 100644 --- a/console.c +++ b/console.c @@ -23,8 +23,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #endif #ifndef _MSC_VER +#ifndef __BORLANDC__ #include #endif +#endif #ifdef WIN32 #include #endif -- 2.39.2