From: Bruce Momjian Date: Thu, 24 Oct 2002 04:48:08 +0000 (+0000) Subject: Fix include for NetBSD. X-Git-Tag: REL7_3~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b171f5956e0049d73a050aa2e0dd6de82d4bbe00;p=postgresql Fix include for NetBSD. --- diff --git a/src/port/fseeko.c b/src/port/fseeko.c index f31e15f13d..69240b74a8 100644 --- a/src/port/fseeko.c +++ b/src/port/fseeko.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.5 2002/10/24 04:33:46 momjian Exp $ + * $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.6 2002/10/24 04:48:08 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,7 +17,9 @@ #include "c.h" +#ifdef bsdi #include +#endif #include #include #include