From 1ce573908c6b07216a2363f5ad74c5d5fce97cbb Mon Sep 17 00:00:00 2001 From: david Date: Sat, 11 May 2002 12:30:22 +0000 Subject: [PATCH] Mac OS X patches from Jonathan Polley. --- src/Navaids/fix.hxx | 2 +- src/Navaids/ils.hxx | 2 +- src/Navaids/nav.hxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Navaids/fix.hxx b/src/Navaids/fix.hxx index 9fd6115c9..bf2bd802a 100644 --- a/src/Navaids/fix.hxx +++ b/src/Navaids/fix.hxx @@ -36,7 +36,7 @@ # include #elif defined( SG_HAVE_NATIVE_SGI_COMPILERS ) # include -#elif defined( __BORLANDC__ ) +#elif defined( __BORLANDC__ ) || (__APPLE__) # include #else # include diff --git a/src/Navaids/ils.hxx b/src/Navaids/ils.hxx index 8ec84d8c0..8fd0a2fc2 100644 --- a/src/Navaids/ils.hxx +++ b/src/Navaids/ils.hxx @@ -33,7 +33,7 @@ # include #elif defined( SG_HAVE_NATIVE_SGI_COMPILERS ) # include -#elif defined( __BORLANDC__ ) +#elif defined( __BORLANDC__ ) || (__APPLE__) # include #else # include diff --git a/src/Navaids/nav.hxx b/src/Navaids/nav.hxx index fb963b10b..8bb913743 100644 --- a/src/Navaids/nav.hxx +++ b/src/Navaids/nav.hxx @@ -36,7 +36,7 @@ # include #elif defined( SG_HAVE_NATIVE_SGI_COMPILERS ) # include -#elif defined( __BORLANDC__ ) +#elif defined( __BORLANDC__ ) || (__APPLE__) # include #else # include -- 2.39.5