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 fa851ea38f
commit 2e1d1f9a57

View File

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