From 30e27a909934ee51ad32a0aeb2b6aa29b2d74ad7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Mon, 12 Jul 1999 13:32:38 +0000 Subject: [PATCH] readd include for safety. --- src/include/access/htup.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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> -- GitLab