aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2012-08-28 09:46:08 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2012-08-28 09:46:08 -0400
commit095e6c5a7da10db77d0e43e413fca64c946ad370 (patch)
treee2095c142dcb49a4a644d2785a54319ffbddddda /src
parenta5727888d744d1b41bba4d84dadf9e5c519aab45 (diff)
downloadpostgresql-095e6c5a7da10db77d0e43e413fca64c946ad370.tar.gz
postgresql-095e6c5a7da10db77d0e43e413fca64c946ad370.zip
syncrep.h must include xlogdefs.h
Diffstat (limited to 'src')
-rw-r--r--src/include/replication/syncrep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/replication/syncrep.h b/src/include/replication/syncrep.h
index 74820cbbb46..56356216000 100644
--- a/src/include/replication/syncrep.h
+++ b/src/include/replication/syncrep.h
@@ -13,6 +13,7 @@
#ifndef _SYNCREP_H
#define _SYNCREP_H
+#include "access/xlogdefs.h"
#include "utils/guc.h"
#define SyncRepRequested() \