projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4ce6c7
)
Fix include for NetBSD.
author
Bruce Momjian
<
[email protected]
>
Thu, 24 Oct 2002 04:48:08 +0000
(
04:48
+0000)
committer
Bruce Momjian
<
[email protected]
>
Thu, 24 Oct 2002 04:48:08 +0000
(
04:48
+0000)
src/port/fseeko.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/fseeko.c
b/src/port/fseeko.c
index 9f5c9bbe84335f3f7eb9589a8bf3f71e2df65855..275072979b3c7e6d613acdd719357a3d5345e195 100644
(file)
--- a/
src/port/fseeko.c
+++ b/
src/port/fseeko.c
@@
-17,7
+17,9
@@
#include "c.h"
+#ifdef bsdi
#include <pthread.h>
+#endif
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>