Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cb706ec

Browse files
committed
Add missing <limits.h>
Per buildfarm
1 parent 7e413a0 commit cb706ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/pg_dump/pg_dump.c

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
#include <unistd.h>
3535
#include <ctype.h>
36+
#include <limits.h>
3637
#ifdef HAVE_TERMIOS_H
3738
#include <termios.h>
3839
#endif

0 commit comments

Comments
 (0)