Add float.h for DBL_{MIN,MAX} under FreeBSD

This commit is contained in:
Marc G. Fournier 1997-03-25 20:00:52 +00:00
parent 0ccaaac169
commit 719a413fd2
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.8 1997/03/25 08:09:32 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.9 1997/03/25 20:00:52 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -20,6 +20,9 @@
#include "postgres.h"
#include <miscadmin.h>
#ifdef HAVE_FLOAT_H
# include <float.h>
#endif
#ifndef USE_POSIX_TIME
#include <sys/timeb.h>
#endif