From aa3b79d1ab5698e84e977e33871ec1b10beb1f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Pettersen?= Date: Sat, 10 Jul 1999 14:08:04 +0000 Subject: [PATCH] add or FLT_MAX,FLT_MIN --- ChangeLog | 5 +++++ plug-ins/sel2path/fit.c | 1 + plug-ins/sel2path/math.c | 1 + 3 files changed, 7 insertions(+) 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