Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb171f59

Browse files
committed
Fix include for NetBSD.
1 parent6821421 commitb171f59

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,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.5 2002/10/24 04:33:46 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/port/fseeko.c,v 1.6 2002/10/24 04:48:08 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -17,7 +17,9 @@
1717

1818
#include"c.h"
1919

20+
#ifdefbsdi
2021
#include<pthread.h>
22+
#endif
2123
#include<stdio.h>
2224
#include<sys/types.h>
2325
#include<sys/stat.h>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp