diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-08-28 09:46:08 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-08-28 09:46:08 -0400 |
commit | 095e6c5a7da10db77d0e43e413fca64c946ad370 (patch) | |
tree | e2095c142dcb49a4a644d2785a54319ffbddddda | |
parent | a5727888d744d1b41bba4d84dadf9e5c519aab45 (diff) | |
download | postgresql-095e6c5a7da10db77d0e43e413fca64c946ad370.tar.gz postgresql-095e6c5a7da10db77d0e43e413fca64c946ad370.zip |
syncrep.h must include xlogdefs.h
-rw-r--r-- | src/include/replication/syncrep.h | 1 |
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() \ |