1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-11 10:01:57 +03:00

Include postgres.h before checking #ifdef XLOG.

This commit is contained in:
Peter Eisentraut
2000-11-20 16:47:32 +00:00
parent 9394d391b8
commit 2b1d8bd29a
4 changed files with 13 additions and 18 deletions

View File

@ -9,10 +9,10 @@
*-------------------------------------------------------------------------
*/
#ifdef XLOG
#include "postgres.h"
#ifdef XLOG
#include "access/xlog.h"
#include "access/transam.h"
#include "access/xact.h"