From f612f210fc5801803e98ec770c899d2023e3c692 Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 12 Jul 1997 04:01:14 +0000 Subject: [PATCH] Added #include to help Win32 compiling. --- Scenery/mesh.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Scenery/mesh.c b/Scenery/mesh.c index f540bb37c..f9ecdc35a 100644 --- a/Scenery/mesh.c +++ b/Scenery/mesh.c @@ -27,6 +27,11 @@ #ifndef __CYGWIN32__ # include #endif + +#ifdef __CYGWIN32__ +# include +#endif + #include #include /* atof(), atoi() */ #include @@ -251,9 +256,12 @@ double mesh_altitude(double lon, double lat) { /* $Log$ -/* Revision 1.13 1997/07/12 02:27:11 curt -/* Looking at potential scenery transformation/coordinate system problems. +/* Revision 1.14 1997/07/12 04:01:14 curt +/* Added #include to help Win32 compiling. /* + * Revision 1.13 1997/07/12 02:27:11 curt + * Looking at potential scenery transformation/coordinate system problems. + * * Revision 1.12 1997/07/11 03:23:19 curt * Solved some scenery display/orientation problems. Still have a positioning * (or transformation?) problem. -- 2.39.2