Add #includes needed on some platforms in the new files.
authorHeikki Linnakangas
Tue, 2 Oct 2012 14:19:52 +0000 (17:19 +0300)
committerHeikki Linnakangas
Tue, 2 Oct 2012 14:19:52 +0000 (17:19 +0300)
Hopefully this makes the *BSD buildfarm animals happy.

src/backend/access/transam/timeline.c
src/backend/access/transam/xlog.c
src/backend/access/transam/xlogarchive.c

index 89d31c5a1bf2d527cde4c3c0fc81690871df9d3d..810467d474d7dd2e9f848dec11d9a7582ebb7aa6 100644 (file)
@@ -32,6 +32,7 @@
 
 #include "postgres.h"
 
+#include 
 #include 
 #include 
 
index b3519b04b33937670925725005168facac59234e..8889b79c78d445790eda8e7ae4d74e1731a90315 100644 (file)
 #include "postgres.h"
 
 #include 
-#include 
 #include 
 #include 
 #include 
 #include 
-#include 
 #include 
 
 #include "access/clog.h"
index e72795783fc8cf3fa964d6c592aa72b3b667cf8b..93aca7375c376be7120e0488dc5607a2810fbb40 100644 (file)
@@ -16,6 +16,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include