From c312583767d9f343de76a4414e3950e6de61fbf1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 12 May 1998 15:42:09 +0000 Subject: Add sys/time.h to fe-misc.c, prevent pgtclsh from using old libaries, and allow CUSTOM_COPT to appear in compile AND LINK commands. --- src/interfaces/libpq/fe-misc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/interfaces') diff --git a/src/interfaces/libpq/fe-misc.c b/src/interfaces/libpq/fe-misc.c index 6a1e5ec6831..bbe112d2ef7 100644 --- a/src/interfaces/libpq/fe-misc.c +++ b/src/interfaces/libpq/fe-misc.c @@ -24,7 +24,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.13 1998/05/07 16:17:16 momjian Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-misc.c,v 1.14 1998/05/12 15:42:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -34,6 +34,7 @@ #include #include #include +#include #if !defined(NO_UNISTD_H) #include #endif -- cgit v1.2.3