aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-07-04 16:28:03 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-07-04 16:28:03 +0000
commitefbbd107c7b08b7a1351c0199ee4602182e09f05 (patch)
tree8dc6d64433a81e5c1a00716c8f9ca6d301218d01 /src
parentc7fddd30726e314b037d8b788de561f8dbe14e0d (diff)
downloadpostgresql-efbbd107c7b08b7a1351c0199ee4602182e09f05.tar.gz
postgresql-efbbd107c7b08b7a1351c0199ee4602182e09f05.zip
Add #include <limits.h> (re-add lost change from Wednesday).
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/ecpg/pgtypeslib/numeric.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/pgtypeslib/numeric.c b/src/interfaces/ecpg/pgtypeslib/numeric.c
index 2e18cffcd32..6ac9ae48ee3 100644
--- a/src/interfaces/ecpg/pgtypeslib/numeric.c
+++ b/src/interfaces/ecpg/pgtypeslib/numeric.c
@@ -1,5 +1,6 @@
#include "postgres_fe.h"
#include <ctype.h>
+#include <limits.h>
#include "extern.h"
#include "pgtypes_error.h"