diff options
Diffstat (limited to 'src/include/access/transam.h')
-rw-r--r-- | src/include/access/transam.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/access/transam.h b/src/include/access/transam.h index 86658c9936d..8cc0b4c4260 100644 --- a/src/include/access/transam.h +++ b/src/include/access/transam.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: transam.h,v 1.1 1996/08/27 21:50:26 scrappy Exp $ + * $Id: transam.h,v 1.2 1996/10/23 07:41:31 scrappy Exp $ * * NOTES * Transaction System Version 101 now support proper oid @@ -17,6 +17,10 @@ #ifndef TRANSAM_H #define TRANSAM_H +#include "utils/nabstime.h" +#include "utils/rel.h" +#include "storage/bufmgr.h" + /* ---------------- * transaction system version id * |