Commit ebc3cc7e authored by Tom Lane's avatar Tom Lane

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

parent aece6689
...@@ -6,19 +6,20 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment