]> granicus.if.org Git - postgresql/blobdiff - src/include/storage/bufmgr.h
Okay, following Bryan's (and others) suggestions...cleaning up the
[postgresql] / src / include / storage / bufmgr.h
index a92fe0a65dfac80f41d29bbd0fb0a4b0b9d321db..3d72f1f503700070cd050682b2366228db1f3bb4 100644 (file)
@@ -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.