Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6821421

Browse files
committed
Add prototype include to fseeko.c.
1 parent 4668d54 commit 6821421

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/port/fseeko.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.4 2002/10/24 03:11:05 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.5 2002/10/24 04:33:46 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
1515

1616
#if defined(bsdi) || defined(netbsd)
1717

18+
#include "c.h"
19+
1820
#include <pthread.h>
1921
#include <stdio.h>
2022
#include <sys/types.h>

0 commit comments

Comments
 (0)