Commit 93b6d78c authored by Heikki Linnakangas's avatar Heikki Linnakangas

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

Hopefully this makes the *BSD buildfarm animals happy.
parent d5497b95
...@@ -32,6 +32,7 @@ ...@@ -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>
......
...@@ -15,12 +15,10 @@ ...@@ -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"
......
...@@ -16,6 +16,7 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment