<limits.h> is now needed here, for INT_MAX. Per Michael Fuhr.
This commit is contained in:
parent
313ed1ed94
commit
d7527540f2
@ -1,6 +1,8 @@
|
||||
#include "postgres_fe.h"
|
||||
|
||||
#include <time.h>
|
||||
#include <float.h>
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifdef __FAST_MATH__
|
||||
|
Loading…
x
Reference in New Issue
Block a user