]> granicus.if.org Git - postgresql/commitdiff
heapam.h uses type time_t, but didn't include <time.h>.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Jul 1999 22:06:26 +0000 (22:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Jul 1999 22:06:26 +0000 (22:06 +0000)
src/include/access/heapam.h

index 9681bc759d43a22840a417d2df10d5d91d2e8ba7..17f5f2aede6b7a02de17b9a2c0ed97250609c08d 100644 (file)
@@ -6,19 +6,20 @@
  *
  * 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
 #define HEAPAM_H
 
-#include <access/tupmacs.h>
-#include <access/htup.h>
-#include <access/relscan.h>
-#include <storage/block.h>
-#include <utils/rel.h>
-#include <utils/tqual.h>
+#include "access/tupmacs.h"
+#include "access/htup.h"
+#include "access/relscan.h"
+#include "storage/block.h"
+#include "utils/rel.h"
+#include "utils/tqual.h"
+#include <time.h>
 
 /* ----------------------------------------------------------------
  *                             heap access method statistics