diff --git a/ChangeLog b/ChangeLog index 9eee95c9fb..e3fda895ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 10 16:05:58 1999 ape@gandalf.spacetec.no (Asbjorn Pettersen) + + * plug-ins/sel2path/math.c: + * plug-ins/sel2path/fit.c: Add for FLT_MAX,FLT_MIN. + 1999-07-10 Michael Natterer * app/gdisplay.c (gdisplay_set_menu_sensitivity): Undo/Redo should diff --git a/plug-ins/sel2path/fit.c b/plug-ins/sel2path/fit.c index 8f8ac9e100..2aa5eed9ce 100644 --- a/plug-ins/sel2path/fit.c +++ b/plug-ins/sel2path/fit.c @@ -18,6 +18,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include #include #include #include diff --git a/plug-ins/sel2path/math.c b/plug-ins/sel2path/math.c index aca96c451e..66241a7bef 100644 --- a/plug-ins/sel2path/math.c +++ b/plug-ins/sel2path/math.c @@ -16,6 +16,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include #include #include #include