readd include for safety.

This commit is contained in:
Bruce Momjian 1999-07-12 13:32:38 +00:00
parent d0fb48818a
commit 30e27a9099

View File

@ -6,13 +6,14 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: htup.h,v 1.21 1999/07/04 05:47:06 momjian Exp $ * $Id: htup.h,v 1.22 1999/07/12 13:32:38 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#ifndef HTUP_H #ifndef HTUP_H
#define HTUP_H #define HTUP_H
#include <utils/nabstime.h>
#include <storage/bufpage.h> #include <storage/bufpage.h>
#include <storage/itemptr.h> #include <storage/itemptr.h>
#include <utils/memutils.h> #include <utils/memutils.h>