From: Bruce Momjian Date: Thu, 24 Oct 2002 04:33:46 +0000 (+0000) Subject: Add prototype include to fseeko.c. X-Git-Tag: REL9_0_0~16458 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=68214218be8728d5e5bb714dc72fcf9e9cf0a1c6;p=pg-rex%2Fsyncrep.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