From 93f722536f1269fc327968f28329e3f64e172ed0 Mon Sep 17 00:00:00 2001 From: Bryan Henderson Date: Tue, 26 Nov 1996 07:39:11 +0000 Subject: Whoops, redo Ultrix patch so the other ports still compile. --- src/bin/psql/stringutils.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/bin/psql/stringutils.c') diff --git a/src/bin/psql/stringutils.c b/src/bin/psql/stringutils.c index 5d209ec859a..6ea00dd50ba 100644 --- a/src/bin/psql/stringutils.c +++ b/src/bin/psql/stringutils.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/psql/stringutils.c,v 1.6 1996/11/26 03:20:06 bryanh Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/stringutils.c,v 1.7 1996/11/26 07:38:36 bryanh Exp $ * *------------------------------------------------------------------------- */ @@ -16,7 +16,9 @@ #include #include -#include /* for strdup() */ +#ifdef NEED_STRDUP +#include "strdup.h" +#endif #include "stringutils.h" -- cgit v1.2.3