Skip to content

Commit b171f59

Browse files
committed
Fix include for NetBSD.
1 parent 6821421 commit b171f59

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+
#ifdef bsdi
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy