aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-10-02 17:19:52 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-10-02 17:19:52 +0300
commit93b6d78cf07cc886cd14edacc7d621ef330c513d (patch)
tree119e59f7211097ded679679640c82db01248f3d4 /src/backend/access/transam/xlog.c
parentd5497b95f3ca2fc50c6eef46d3394ab6e6855956 (diff)
downloadpostgresql-93b6d78cf07cc886cd14edacc7d621ef330c513d.tar.gz
postgresql-93b6d78cf07cc886cd14edacc7d621ef330c513d.zip
Add #includes needed on some platforms in the new files.
Hopefully this makes the *BSD buildfarm animals happy.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r--src/backend/access/transam/xlog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index b3519b04b33..8889b79c78d 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -15,12 +15,10 @@
#include "postgres.h"
#include <ctype.h>
-#include <signal.h>
#include <time.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/time.h>
-#include <sys/wait.h>
#include <unistd.h>
#include "access/clog.h"