aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/stringutils.c
diff options
context:
space:
mode:
authorBryan Henderson <bryanh@giraffe.netgate.net>1996-11-26 07:39:11 +0000
committerBryan Henderson <bryanh@giraffe.netgate.net>1996-11-26 07:39:11 +0000
commit93f722536f1269fc327968f28329e3f64e172ed0 (patch)
tree6a2dd07b25d174b09321825f1d25bfa08cdd9d6c /src/bin/psql/stringutils.c
parentc118543186db298df529cec7a0f922796302d00b (diff)
downloadpostgresql-93f722536f1269fc327968f28329e3f64e172ed0.tar.gz
postgresql-93f722536f1269fc327968f28329e3f64e172ed0.zip
Whoops, redo Ultrix patch so the other ports still compile.
Diffstat (limited to 'src/bin/psql/stringutils.c')
-rw-r--r--src/bin/psql/stringutils.c6
1 files changed, 4 insertions, 2 deletions
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 <ctype.h>
#include <stdlib.h>
-#include <port-protos.h> /* for strdup() */
+#ifdef NEED_STRDUP
+#include "strdup.h"
+#endif
#include "stringutils.h"