aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/bufmgr.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-20 06:35:27 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-20 06:35:27 +0000
commit2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb (patch)
tree3db22d820d571cd6c382c066b14c3666b89d08b8 /src/include/storage/bufmgr.h
parent3cb7ff8db268cccf29a1f76ad8b63e5a34b17ab9 (diff)
downloadpostgresql-2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb.tar.gz
postgresql-2b5a8bc38b3d2386d9728dfd7da5427b3852dfcb.zip
More include files cleaned up
Diffstat (limited to 'src/include/storage/bufmgr.h')
-rw-r--r--src/include/storage/bufmgr.h3
1 files changed, 2 insertions, 1 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.