mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 14:53:31 -05:00
Add missing <limits.h>
Per buildfarm
This commit is contained in:
parent
7e413a0f82
commit
cb706ec4b6
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include <unistd.h>
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
#ifdef HAVE_TERMIOS_H
|
||||
#include <termios.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue