Commit 27b12bfd authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Include transam.h to get NullTransactionId defined

 for use by recently created macros.
parent 4676b303
...@@ -6,13 +6,14 @@ ...@@ -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>
/* ---------------- /* ----------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment