Add prototype include to fseeko.c.

This commit is contained in:
Bruce Momjian 2002-10-24 04:33:46 +00:00
parent 4668d54f0b
commit 68214218be

View File

@ -8,13 +8,15 @@
* *
* *
* IDENTIFICATION * 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) #if defined(bsdi) || defined(netbsd)
#include "c.h"
#include <pthread.h> #include <pthread.h>
#include <stdio.h> #include <stdio.h>
#include <sys/types.h> #include <sys/types.h>