mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03: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