<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
1 changed files with 2 additions and 0 deletions

View File

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