From: Bryan Henderson Date: Tue, 26 Nov 1996 01:17:56 +0000 (+0000) Subject: Put in #include for those systems that don't have it included by something... X-Git-Tag: REL2_0~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf14017220de5768b1caf27e0fce06d567f4d19e;p=postgresql Put in #include for those systems that don't have it included by something else. --- diff --git a/src/utils/version.c b/src/utils/version.c index 554ed8e50e..84fcd34a89 100644 --- a/src/utils/version.c +++ b/src/utils/version.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.2 1996/11/11 14:44:04 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.3 1996/11/26 01:17:56 bryanh Exp $ * * NOTES * XXX eventually, should be able to handle version identifiers @@ -18,6 +18,7 @@ *------------------------------------------------------------------------- */ #include +#include /* For open() flags */ #include #include #include