From: <il...@us...> - 2003-11-24 07:19:25
|
Update of /cvsroot/meshdb/src/geo/elev In directory sc8-pr-cvs1:/tmp/cvs-serv23091/elev Modified Files: elev.c Log Message: Don't try to include ieeefp.h when it doesn't exist. Include compat.h to make sure we have an isnanf(). Index: elev.c =================================================================== RCS file: /cvsroot/meshdb/src/geo/elev/elev.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- elev.c 24 Nov 2003 07:04:48 -0000 1.4 +++ elev.c 24 Nov 2003 07:19:22 -0000 1.5 @@ -16,6 +16,7 @@ #include "alt.h" #include "inclin.h" #include "image.h" +#include "compat/compat.h" #include "compat/err.h" /* Size of an 'x' or 'o' on the plot */ |