diff options
Diffstat (limited to 'src/include/storage')
-rw-r--r-- | src/include/storage/bufmgr.h | 3 | ||||
-rw-r--r-- | src/include/storage/bufpage.h | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h index 8350076ad62..40a5ecdbb33 100644 --- a/src/include/storage/bufmgr.h +++ b/src/include/storage/bufmgr.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: bufmgr.h,v 1.2 1996/10/19 06:27:14 scrappy Exp $ + * $Id: bufmgr.h,v 1.3 1996/10/20 06:35:20 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -14,6 +14,7 @@ #define BUFMGR_H #include <stdio.h> +#include "storage/ipc.h" /* * the maximum size of a disk block for any possible installation. diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h index 1a3ed0634f5..9209fdbe8c2 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.3 1996/10/19 04:03:29 scrappy Exp $ + * $Id: bufpage.h,v 1.4 1996/10/20 06:35:16 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -15,6 +15,8 @@ #include "storage/itemid.h" #include "storage/item.h" +#include "storage/buf.h" +#include "storage/off.h" /* * a postgres disk page is an abstraction layered on top of a postgres |