diff options
Diffstat (limited to 'src/backend/port/isinf.c')
-rw-r--r-- | src/backend/port/isinf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/port/isinf.c b/src/backend/port/isinf.c index 208cef53494..f589f47816e 100644 --- a/src/backend/port/isinf.c +++ b/src/backend/port/isinf.c @@ -1,8 +1,8 @@ -/* $Id: isinf.c,v 1.15 2000/04/12 17:15:28 momjian Exp $ */ +/* $Id: isinf.c,v 1.16 2001/08/24 14:07:49 petere Exp $ */ -#include <math.h> +#include "c.h" -#include "config.h" +#include <math.h> #if HAVE_FPCLASS /* this is _not_ HAVE_FP_CLASS, and not * typo */ |