summaryrefslogtreecommitdiff
path: root/src/include/storage/bufmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/bufmgr.h')
-rw-r--r--src/include/storage/bufmgr.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/storage/bufmgr.h b/src/include/storage/bufmgr.h
index 40a5ecdbb3..a92fe0a65d 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.3 1996/10/20 06:35:20 scrappy Exp $
+ * $Id: bufmgr.h,v 1.4 1996/10/26 04:15:05 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,7 +14,10 @@
#define BUFMGR_H
#include <stdio.h>
+
#include "storage/ipc.h"
+#include "storage/buf.h"
+#include "utils/rel.h"
/*
* the maximum size of a disk block for any possible installation.