From 489b5622323dbee60cacfa532a0c6fab54e61e55 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 22 Apr 1999 18:46:40 +0000 Subject: [PATCH] Borland tweak. --- Lib/Misc/fgstream.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/Misc/fgstream.hxx b/Lib/Misc/fgstream.hxx index fc9e18e2..84b0056b 100644 --- a/Lib/Misc/fgstream.hxx +++ b/Lib/Misc/fgstream.hxx @@ -37,6 +37,8 @@ # include #elif defined ( FG_HAVE_NATIVE_SGI_COMPILERS ) # include +#elif defined ( __BORLANDC__ ) +# include #else # include #endif -- 2.39.5