Add missing <limits.h>

Per buildfarm
pull/39/head
Alvaro Herrera 7 years ago
parent 7e413a0f82
commit cb706ec4b6
  1. 1
      src/bin/pg_dump/pg_dump.c

@ -33,6 +33,7 @@
#include <unistd.h>
#include <ctype.h>
#include <limits.h>
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif

Loading…
Cancel
Save