diff options
Diffstat (limited to 'src/include/bootstrap/bootstrap.h')
-rw-r--r-- | src/include/bootstrap/bootstrap.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h index de180547ad8..656bfe3f38e 100644 --- a/src/include/bootstrap/bootstrap.h +++ b/src/include/bootstrap/bootstrap.h @@ -6,14 +6,16 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: bootstrap.h,v 1.2 1996/11/06 10:29:05 scrappy Exp $ + * $Id: bootstrap.h,v 1.3 1996/11/08 06:01:45 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef BOOTSTRAP_H #define BOOTSTRAP_H - +#include "access/funcindex.h" +#include "access/itup.h" +#include "utils/rel.h" #define MAXATTR 40 /* max. number of attributes in a relation */ @@ -37,7 +39,7 @@ extern void index_register(char *heap, uint16 nparams, Datum *params, FuncIndexInfo *finfo, - PredInfo *predInfo); + PredInfo *predInfo); extern void err_out(void); extern void InsertOneTuple(Oid objectid); |