1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00

<limits.h> is now needed here, for INT_MAX. Per Michael Fuhr.

This commit is contained in:
Tom Lane
2005-10-10 01:34:00 +00:00
parent 313ed1ed94
commit d7527540f2

View File

@@ -1,6 +1,8 @@
#include "postgres_fe.h" #include "postgres_fe.h"
#include <time.h> #include <time.h>
#include <float.h> #include <float.h>
#include <limits.h>
#include <math.h> #include <math.h>
#ifdef __FAST_MATH__ #ifdef __FAST_MATH__