*** pgsql/src/backend/access/heap/rewriteheap.c 2008/05/12 16:06:09 1.12 --- pgsql/src/backend/access/heap/rewriteheap.c 2008/06/08 22:00:47 1.13 *************** *** 96,102 **** * Portions Copyright (c) 1994-5, Regents of the University of California * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/access/heap/rewriteheap.c,v 1.11 2008/05/12 00:00:45 alvherre Exp $ * *------------------------------------------------------------------------- */ --- 96,102 ---- * Portions Copyright (c) 1994-5, Regents of the University of California * * IDENTIFICATION ! * $PostgreSQL: pgsql/src/backend/access/heap/rewriteheap.c,v 1.12 2008/05/12 16:06:09 alvherre Exp $ * *------------------------------------------------------------------------- */ *************** *** 106,111 **** --- 106,112 ---- #include "access/rewriteheap.h" #include "access/transam.h" #include "access/tuptoaster.h" + #include "storage/bufmgr.h" #include "storage/smgr.h" #include "utils/memutils.h"