Add missing header declarations for pg_basebackup and pg_{dump,restore}

Michael Paquier <michael@paquier.xyz>

Commit: bc0cc68f8a1648029424e9300b2e4457acd474a6
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-07-24T10:05:14Z
Releases: 15.0
Add missing header declarations for pg_basebackup and pg_{dump,restore}

This fixes two compilation failures caused by 6f164e6.  Interesting to
see that missing <limits.h> dies not fail in Linux or even Windows.  On
MacOS, it fails, though.

Per various buildfarm members.

Files

PathChange+/−
src/bin/pg_basebackup/pg_basebackup.c modified +1 −0
src/bin/pg_dump/parallel.h modified +2 −0