diff options
Diffstat (limited to 'src/include/storage/bufpage.h')
| -rw-r--r-- | src/include/storage/bufpage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h index 74729eaddc..6921f97a08 100644 --- a/src/include/storage/bufpage.h +++ b/src/include/storage/bufpage.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: bufpage.h,v 1.23 1999/07/03 00:32:59 momjian Exp $ + * $Id: bufpage.h,v 1.24 1999/07/15 15:21:32 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -18,6 +18,7 @@ #include <storage/item.h> #include <storage/buf.h> #include <storage/page.h> +#include <storage/bufmgr.h> /* * a postgres disk page is an abstraction layered on top of a postgres |
