Include transam.h to get NullTransactionId defined

for use by recently created macros.
This commit is contained in:
Thomas G. Lockhart 1997-11-07 18:39:38 +00:00
parent 4676b3034a
commit 27b12bfd54
1 changed files with 2 additions and 1 deletions

View File

@ -6,13 +6,14 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: xact.h,v 1.10 1997/11/02 15:26:48 vadim Exp $ * $Id: xact.h,v 1.11 1997/11/07 18:39:38 thomas Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#ifndef XACT_H #ifndef XACT_H
#define XACT_H #define XACT_H
#include <access/transam.h>
#include <utils/nabstime.h> #include <utils/nabstime.h>
/* ---------------- /* ----------------