diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-01 09:31:17 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-01 09:31:17 +0000 |
commit | 3516eda61c669945eec99fcd3bc8ccac4bb9829c (patch) | |
tree | bda8b9e19dc050c5841b4e3fc3ff7f474960c43b /src/include/storage/bufmgr.h | |
parent | f44acab12c7fe509335f6ae9df94584a905d42f7 (diff) | |
download | postgresql-3516eda61c669945eec99fcd3bc8ccac4bb9829c.tar.gz postgresql-3516eda61c669945eec99fcd3bc8ccac4bb9829c.zip |
Okay, following Bryan's (and others) suggestions...cleaning up the
include files properly...yet, slowly...
Diffstat (limited to 'src/include/storage/bufmgr.h')
-rw-r--r-- | src/include/storage/bufmgr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h index a92fe0a65df..3d72f1f5037 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.4 1996/10/26 04:15:05 scrappy Exp $ + * $Id: bufmgr.h,v 1.5 1996/11/01 09:31:05 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -18,6 +18,7 @@ #include "storage/ipc.h" #include "storage/buf.h" #include "utils/rel.h" +#include "storage/block.h" /* * the maximum size of a disk block for any possible installation. |