From: curt Date: Mon, 13 Jul 1998 20:58:02 +0000 (+0000) Subject: . X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0294f8da003c24109abad032dceb50cf002f31b9;p=flightgear.git . --- diff --git a/DEM/dem.cxx b/DEM/dem.cxx index 52612143a..57a997367 100644 --- a/DEM/dem.cxx +++ b/DEM/dem.cxx @@ -29,9 +29,9 @@ #endif #include // isspace() +#include // atoi() #include // rint() #include -#include // atoi() #include #include // stat() #include // stat() @@ -786,6 +786,9 @@ fgDEM::~fgDEM( void ) { // $Log$ +// Revision 1.10 1998/07/13 20:58:02 curt +// . +// // Revision 1.9 1998/07/13 15:29:49 curt // Added #ifdef HAVE_CONFIG_H //