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
1 changed files with 3 additions and 1 deletions

View File

@ -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 <pthread.h>
#include <stdio.h>
#include <sys/types.h>