Skip to content

Commit

Permalink
Include pwd.h in pg_setup.c (#879)
Browse files Browse the repository at this point in the history
This is necessary for `make` to run without errors on OSX.

Co-authored-by: Jacob Champion <pchampion@vmware.com>
  • Loading branch information
Rachel Heaton and jchampio committed Apr 12, 2022
1 parent 9f9456b commit 4d816e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/pg_autoctl/pgsetup.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include <inttypes.h>
#include <pwd.h>
#include <signal.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 4d816e7

Please sign in to comment.