Add #include <limits.h> (re-add lost change from Wednesday).

This commit is contained in:
Tom Lane 2003-07-04 16:28:03 +00:00
parent c7fddd3072
commit efbbd107c7

View File

@ -1,5 +1,6 @@
#include "postgres_fe.h"
#include <ctype.h>
#include <limits.h>
#include "extern.h"
#include "pgtypes_error.h"