1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +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

@ -32,6 +32,7 @@
#include "postgres.h" #include "postgres.h"
#include <sys/stat.h>
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>

View File

@ -15,12 +15,10 @@
#include "postgres.h" #include "postgres.h"
#include <ctype.h> #include <ctype.h>
#include <signal.h>
#include <time.h> #include <time.h>
#include <fcntl.h> #include <fcntl.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/time.h> #include <sys/time.h>
#include <sys/wait.h>
#include <unistd.h> #include <unistd.h>
#include "access/clog.h" #include "access/clog.h"

View File

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