We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4668d54 commit 6821421Copy full SHA for 6821421
src/port/fseeko.c
@@ -8,13 +8,15 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
*-------------------------------------------------------------------------
14
*/
15
16
#if defined(bsdi) || defined(netbsd)
17
18
+#include "c.h"
19
+
20
#include <pthread.h>
21
#include <stdio.h>
22
#include <sys/types.h>
0 commit comments