diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-11-21 21:16:06 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-11-21 21:16:06 +0000 |
| commit | a70e74b060ab2769523ad831f571cb80122121d3 (patch) | |
| tree | 95e04cfd344db47857c4aecc3308092d5df01f3d /src/include/access/xlogutils.h | |
| parent | 040bb787bcf840e5a1fc49fccff185a8274bccae (diff) | |
| download | postgresql-a70e74b060ab2769523ad831f571cb80122121d3.tar.gz | |
Put external declarations into header files.
Diffstat (limited to 'src/include/access/xlogutils.h')
| -rw-r--r-- | src/include/access/xlogutils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/xlogutils.h b/src/include/access/xlogutils.h index b8fa3549f4..ab5caccf32 100644 --- a/src/include/access/xlogutils.h +++ b/src/include/access/xlogutils.h @@ -1,6 +1,7 @@ #ifndef XLOG_UTILS_H +#include "access/rmgr.h" #include "utils/rel.h" extern int XLogIsOwnerOfTuple(RelFileNode hnode, ItemPointer iptr, |
