]> granicus.if.org Git - postgresql/commitdiff
syncrep.h must include xlogdefs.h
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 28 Aug 2012 13:46:08 +0000 (09:46 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 28 Aug 2012 13:46:08 +0000 (09:46 -0400)
src/include/replication/syncrep.h

index 74820cbbb46ceb2bc95003ccf0563e1caabca0ce..563562160001e9e76a5aef1243805ca8c360b4fb 100644 (file)
@@ -13,6 +13,7 @@
 #ifndef _SYNCREP_H
 #define _SYNCREP_H
 
+#include "access/xlogdefs.h"
 #include "utils/guc.h"
 
 #define SyncRepRequested() \