From a2410cd3168cf698cb01610ed25215da7b08192b Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 19 Jan 1999 20:56:56 +0000 Subject: [PATCH] MacOS portability changes contributed by "Robert Puyol" --- DEM/dem.cxx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/DEM/dem.cxx b/DEM/dem.cxx index b9dd62930..8fce8cc97 100644 --- a/DEM/dem.cxx +++ b/DEM/dem.cxx @@ -28,18 +28,28 @@ # include #endif +#include + #include // isspace() #include // atoi() #include // rint() #include #include -#include // stat() -#include +#ifdef HAVE_SYS_STAT_H +# include // stat() +#endif +#ifdef FG_HAVE_STD_INCLUDES +# include +#else +# include +#endif #ifdef HAVE_UNISTD_H # include // stat() #endif #include +#include STL_IOSTREAM + // #include #include #include @@ -858,6 +868,9 @@ fgDEM::~fgDEM( void ) { // $Log$ +// Revision 1.22 1999/01/19 20:56:56 curt +// MacOS portability changes contributed by "Robert Puyol" +// // Revision 1.21 1998/11/06 14:04:32 curt // Changes due to updates in fgstream. // -- 2.39.2