1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

Add #includes needed on some platforms in the new files.

Hopefully this makes the *BSD buildfarm animals happy.
This commit is contained in:
Heikki Linnakangas
2012-10-02 17:19:52 +03:00
parent d5497b95f3
commit 93b6d78cf0
3 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <signal.h>
#include <unistd.h>