From: Thomas G. Lockhart Date: Fri, 7 Nov 1997 18:39:38 +0000 (+0000) Subject: Include transam.h to get NullTransactionId defined X-Git-Tag: REL6_3~675 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27b12bfd54a82073b796afcc0f060dc9f51d4318;p=postgresql Include transam.h to get NullTransactionId defined for use by recently created macros. --- diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 80d220bc80..92588e3512 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 #include /* ----------------