diff options
Diffstat (limited to 'src/include/access/transam.h')
-rw-r--r-- | src/include/access/transam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/transam.h b/src/include/access/transam.h index 2551278f129..46d9f1b8036 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.22 1999/06/10 14:17:12 vadim Exp $ + * $Id: transam.h,v 1.23 1999/07/15 23:03:38 momjian Exp $ * * NOTES * Transaction System Version 101 now support proper oid @@ -17,7 +17,7 @@ #ifndef TRANSAM_H #define TRANSAM_H -#include <storage/bufmgr.h> +#include "storage/bufmgr.h" /* ---------------- * transaction system version id |