heapam.h uses type time_t, but didn't include <time.h>.

This commit is contained in:
Tom Lane 1999-07-10 22:06:26 +00:00
parent aece668947
commit ebc3cc7efa
1 changed files with 8 additions and 7 deletions

View File

@ -6,19 +6,20 @@
* *
* Copyright (c) 1994, Regents of the University of California * Copyright (c) 1994, Regents of the University of California
* *
* $Id: heapam.h,v 1.42 1999/05/25 16:13:28 momjian Exp $ * $Id: heapam.h,v 1.43 1999/07/10 22:06:26 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#ifndef HEAPAM_H #ifndef HEAPAM_H
#define HEAPAM_H #define HEAPAM_H
#include <access/tupmacs.h> #include "access/tupmacs.h"
#include <access/htup.h> #include "access/htup.h"
#include <access/relscan.h> #include "access/relscan.h"
#include <storage/block.h> #include "storage/block.h"
#include <utils/rel.h> #include "utils/rel.h"
#include <utils/tqual.h> #include "utils/tqual.h"
#include <time.h>
/* ---------------------------------------------------------------- /* ----------------------------------------------------------------
* heap access method statistics * heap access method statistics