From b844dd3f9e0c2e569ce4465515d4c8cf3b6acd9b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 13 Jul 2006 17:47:02 +0000 Subject: More include file adjustments. --- src/include/access/tuptoaster.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/access/tuptoaster.h') 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 -- cgit v1.2.1