Skip to content

Commit 93b6d78

Browse files
committed
Add #includes needed on some platforms in the new files.
Hopefully this makes the *BSD buildfarm animals happy.
1 parent d5497b9 commit 93b6d78

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/backend/access/transam/timeline.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
#include "postgres.h"
3434

35+
#include <sys/stat.h>
3536
#include <stdio.h>
3637
#include <unistd.h>
3738

src/backend/access/transam/xlog.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@
1515
#include "postgres.h"
1616

1717
#include <ctype.h>
18-
#include <signal.h>
1918
#include <time.h>
2019
#include <fcntl.h>
2120
#include <sys/stat.h>
2221
#include <sys/time.h>
23-
#include <sys/wait.h>
2422
#include <unistd.h>
2523

2624
#include "access/clog.h"

src/backend/access/transam/xlogarchive.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include <sys/types.h>
1818
#include <sys/stat.h>
19+
#include <sys/wait.h>
1920
#include <signal.h>
2021
#include <unistd.h>
2122

0 commit comments

Comments
 (0)