From: curt Date: Tue, 19 Jan 1999 20:56:56 +0000 (+0000) Subject: MacOS portability changes contributed by "Robert Puyol" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a2410cd3168cf698cb01610ed25215da7b08192b;p=flightgear.git MacOS portability changes contributed by "Robert Puyol" --- 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. //