diff options
Diffstat (limited to 'src/include/access/hash.h')
-rw-r--r-- | src/include/access/hash.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/access/hash.h b/src/include/access/hash.h index 74abc0dc5c0..d44e8cc7916 100644 --- a/src/include/access/hash.h +++ b/src/include/access/hash.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: hash.h,v 1.1 1996/08/27 21:50:12 scrappy Exp $ + * $Id: hash.h,v 1.2 1996/10/20 06:35:01 scrappy Exp $ * * NOTES * modeled after Margo Seltzer's hash implementation for unix. @@ -16,7 +16,13 @@ #ifndef HASH_H #define HASH_H +#include "access/htup.h" #include "access/itup.h" +#include "storage/bufpage.h" +#include "access/sdir.h" +#include "access/funcindex.h" +#include "storage/block.h" +#include "access/relscan.h" /* * An overflow page is a spare page allocated for storing data whose |