OSDN Git Service

Add prototype include to fseeko.c.
authorBruce Momjian <bruce@momjian.us>
Thu, 24 Oct 2002 04:33:46 +0000 (04:33 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 24 Oct 2002 04:33:46 +0000 (04:33 +0000)
src/port/fseeko.c

index ca68e1a..f31e15f 100644 (file)
@@ -8,13 +8,15 @@
  *
  *
  * IDENTIFICATION
- *       $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 $
  *
  *-------------------------------------------------------------------------
  */
 
 #if defined(bsdi) || defined(netbsd)
 
+#include "c.h"
+
 #include <pthread.h>
 #include <stdio.h>
 #include <sys/types.h>