OSDN Git Service

<limits.h> is now needed here, for INT_MAX. Per Michael Fuhr.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Oct 2005 01:34:00 +0000 (01:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Oct 2005 01:34:00 +0000 (01:34 +0000)
src/interfaces/ecpg/pgtypeslib/timestamp.c

index 5b7928b..ad40a29 100644 (file)
@@ -1,6 +1,8 @@
 #include "postgres_fe.h"
+
 #include <time.h>
 #include <float.h>
+#include <limits.h>
 #include <math.h>
 
 #ifdef __FAST_MATH__