mirror of
https://github.com/postgres/postgres.git
synced 2026-03-30 14:26:23 -04:00
Add #include <limits.h> (re-add lost change from Wednesday).
This commit is contained in:
parent
c7fddd3072
commit
efbbd107c7
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include "postgres_fe.h"
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "extern.h"
|
||||
#include "pgtypes_error.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue