Add include for pwd.h

This was previously included via the PostgreSQL source, but that
seems to have gone away in recent HEAD builds.
This commit is contained in:
Ian Barwick
2022-02-03 14:20:22 +09:00
parent 7f371b11a5
commit 88a11f36ca

View File

@@ -51,6 +51,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <pwd.h>
#include <unistd.h>
#include <sys/stat.h>
#include <signal.h>