diff options
Diffstat (limited to 'contrib/pg_xlogdump/rmgrdesc.c')
-rw-r--r-- | contrib/pg_xlogdump/rmgrdesc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pg_xlogdump/rmgrdesc.c b/contrib/pg_xlogdump/rmgrdesc.c index bfb35738789..93971982390 100644 --- a/contrib/pg_xlogdump/rmgrdesc.c +++ b/contrib/pg_xlogdump/rmgrdesc.c @@ -8,6 +8,7 @@ #define FRONTEND 1 #include "postgres.h" +#include "access/brin_xlog.h" #include "access/clog.h" #include "access/gin.h" #include "access/gist_private.h" |