From: Alvaro Herrera Date: Tue, 28 Aug 2012 13:46:08 +0000 (-0400) Subject: syncrep.h must include xlogdefs.h X-Git-Tag: REL9_3_BETA1~1011 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=095e6c5a7da10db77d0e43e413fca64c946ad370;p=postgresql syncrep.h must include xlogdefs.h --- diff --git a/src/include/replication/syncrep.h b/src/include/replication/syncrep.h index 74820cbbb4..5635621600 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() \