aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-07-12 13:32:38 +0000
committerBruce Momjian <bruce@momjian.us>1999-07-12 13:32:38 +0000
commit30e27a909934ee51ad32a0aeb2b6aa29b2d74ad7 (patch)
treef6f8f7d364715202379779fde2828a6777e09718 /src
parentd0fb48818a211476cd62155d3ced76d102fac941 (diff)
downloadpostgresql-30e27a909934ee51ad32a0aeb2b6aa29b2d74ad7.tar.gz
postgresql-30e27a909934ee51ad32a0aeb2b6aa29b2d74ad7.zip
readd include for safety.
Diffstat (limited to 'src')
-rw-r--r--src/include/access/htup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/access/htup.h b/src/include/access/htup.h
index b884034be7a..3901e5f10fe 100644
--- a/src/include/access/htup.h
+++ b/src/include/access/htup.h
@@ -6,13 +6,14 @@
*
* 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
#define HTUP_H
+#include <utils/nabstime.h>
#include <storage/bufpage.h>
#include <storage/itemptr.h>
#include <utils/memutils.h>