mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-27 00:36:59 +08:00
Add missing <limits.h>
Per buildfarm
This commit is contained in:
@ -33,6 +33,7 @@
|
||||
|
||||
#include <unistd.h>
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
#ifdef HAVE_TERMIOS_H
|
||||
#include <termios.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user