mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-23 06:47:14 +08:00
Add #include <limits.h> (re-add lost change from Wednesday).
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#include "postgres_fe.h"
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "extern.h"
|
||||
#include "pgtypes_error.h"
|
||||
|
||||
Reference in New Issue
Block a user