add <float.f> or FLT_MAX,FLT_MIN

This commit is contained in:
Asbjørn Pettersen 1999-07-10 14:08:04 +00:00
parent 9f92d833f0
commit aa3b79d1ab
3 changed files with 7 additions and 0 deletions

View File

@ -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 <float.h> for FLT_MAX,FLT_MIN.
1999-07-10 Michael Natterer <mitschel@cs.tu-berlin.de>
* app/gdisplay.c (gdisplay_set_menu_sensitivity): Undo/Redo should

View File

@ -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 <float.h>
#include <math.h>
#include <assert.h>
#include <malloc.h>

View File

@ -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 <float.h>
#include <math.h>
#include <errno.h>
#include <stdio.h>