diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-07-17 04:00:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-07-17 04:00:31 +0000 |
commit | fbe4ad21540db2858032a2069c45d021c86a5596 (patch) | |
tree | a4f17272a3e0c6a758f4cce7c3794095176ee9f3 /src/backend/port/isinf.c | |
parent | d9901793f7f732dbdb11aef2305c8ae49e69a989 (diff) | |
download | postgresql-fbe4ad21540db2858032a2069c45d021c86a5596.tar.gz postgresql-fbe4ad21540db2858032a2069c45d021c86a5596.zip |
Add config.h as needed.
Diffstat (limited to 'src/backend/port/isinf.c')
-rw-r--r-- | src/backend/port/isinf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/backend/port/isinf.c b/src/backend/port/isinf.c index 80b05f7a748..7cf404afc90 100644 --- a/src/backend/port/isinf.c +++ b/src/backend/port/isinf.c @@ -1,7 +1,9 @@ -/* $Id: isinf.c,v 1.8 1999/07/16 04:59:35 momjian Exp $ */ +/* $Id: isinf.c,v 1.9 1999/07/17 04:00:29 momjian Exp $ */ #include <math.h> +#include "config.h" + #if HAVE_FPCLASS #if HAVE_IEEEFP_H #include <ieeefp.h> |