diff --git a/src/include/access/htup.h b/src/include/access/htup.h
index b884034be7ac38b499c8263b41c320b05aba7a06..3901e5f10fee41ad956183a95ab1b68187c75130 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>