diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 06:35:27 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-10-20 06:35:27 +0000 |
commit | 2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb (patch) | |
tree | 3db22d820d571cd6c382c066b14c3666b89d08b8 /src/include/storage/bufpage.h | |
parent | 3cb7ff8db268cccf29a1f76ad8b63e5a34b17ab9 (diff) | |
download | postgresql-2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb.tar.gz postgresql-2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb.zip |
More include files cleaned up
Diffstat (limited to 'src/include/storage/bufpage.h')
-rw-r--r-- | src/include/storage/bufpage.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 |