From: Bruce Momjian Date: Mon, 12 Jul 1999 13:32:38 +0000 (+0000) Subject: readd include for safety. X-Git-Tag: REL6_5_1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30e27a909934ee51ad32a0aeb2b6aa29b2d74ad7;p=postgresql readd include for safety. --- diff --git a/src/include/access/htup.h b/src/include/access/htup.h index b884034be7..3901e5f10f 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 #include #include #include