From: Bruce Momjian Date: Thu, 24 Oct 2002 04:33:46 +0000 (+0000) Subject: Add prototype include to fseeko.c. X-Git-Tag: REL7_3~177 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=68214218be8728d5e5bb714dc72fcf9e9cf0a1c6;p=users%2Fc2main%2Fpostgres.git Add prototype include to fseeko.c. --- diff --git a/src/port/fseeko.c b/src/port/fseeko.c index ca68e1a272..f31e15f13d 100644 --- a/src/port/fseeko.c +++ b/src/port/fseeko.c @@ -8,13 +8,15 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.4 2002/10/24 03:11:05 momjian Exp $ + * $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.5 2002/10/24 04:33:46 momjian Exp $ * *------------------------------------------------------------------------- */ #if defined(bsdi) || defined(netbsd) +#include "c.h" + #include #include #include