aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1997-11-07 18:39:38 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1997-11-07 18:39:38 +0000
commit27b12bfd54a82073b796afcc0f060dc9f51d4318 (patch)
tree2d18c33dd0bec43fe5e5ab075a6715234fa4ecf5
parent4676b3034a3af558ee74ac7d4a1aa775f314d575 (diff)
downloadpostgresql-27b12bfd54a82073b796afcc0f060dc9f51d4318.tar.gz
postgresql-27b12bfd54a82073b796afcc0f060dc9f51d4318.zip
Include transam.h to get NullTransactionId defined
for use by recently created macros.
-rw-r--r--src/include/access/xact.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h
index 80d220bc805..92588e3512b 100644
--- a/src/include/access/xact.h
+++ b/src/include/access/xact.h
@@ -6,13 +6,14 @@
*
* 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
#define XACT_H
+#include <access/transam.h>
#include <utils/nabstime.h>
/* ----------------