diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-07-13 17:47:02 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-07-13 17:47:02 +0000 |
| commit | b844dd3f9e0c2e569ce4465515d4c8cf3b6acd9b (patch) | |
| tree | 2e85fe9d1fe7eeb0f9a8408213ac654333824973 /src/include/access/tuptoaster.h | |
| parent | 66c15dfda1a710adc8c0dac061481774123ca27e (diff) | |
| download | postgresql-b844dd3f9e0c2e569ce4465515d4c8cf3b6acd9b.tar.gz | |
More include file adjustments.
Diffstat (limited to 'src/include/access/tuptoaster.h')
| -rw-r--r-- | src/include/access/tuptoaster.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/tuptoaster.h b/src/include/access/tuptoaster.h index dea48ed24c..53f6f90268 100644 --- a/src/include/access/tuptoaster.h +++ b/src/include/access/tuptoaster.h @@ -6,7 +6,7 @@ * * Copyright (c) 2000-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.27 2006/07/13 16:49:19 momjian Exp $ + * $PostgreSQL: pgsql/src/include/access/tuptoaster.h,v 1.28 2006/07/13 17:47:01 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,7 +14,7 @@ #define TUPTOASTER_H #include "access/htup.h" - +#include "storage/bufpage.h" /* * This enables de-toasting of index entries. Needed until VACUUM is |
