Recent patch doesn't compile without <limits.h>
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 May 2008 18:35:38 +0000 (18:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 May 2008 18:35:38 +0000 (18:35 +0000)
src/bin/psql/print.c

index 603810926d3b8b81479b49e5b51d93cf732b9246..854a051a772d3cbcf825dd64c25672b407d1e859 100644 (file)
@@ -7,6 +7,7 @@
  */
 #include "postgres_fe.h"
 
+#include <limits.h>
 #include <math.h>
 #include <signal.h>
 #include <unistd.h>