summaryrefslogtreecommitdiff
path: root/src/bin/psql/psql.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/psql.c
parentc118543186db298df529cec7a0f922796302d00b (diff)
Whoops, redo Ultrix patch so the other ports still compile.
Diffstat (limited to 'src/bin/psql/psql.c')
-rw-r--r--src/bin/psql/psql.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/bin/psql/psql.c b/src/bin/psql/psql.c
index 8202d6db7b4..2902d66fdbc 100644
--- a/src/bin/psql/psql.c
+++ b/src/bin/psql/psql.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.34 1996/11/26 03:19:58 bryanh Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.35 1996/11/26 07:38:28 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
@@ -24,7 +24,9 @@
#include "libpq-fe.h"
#include "stringutils.h"
#include "psqlHelp.h"
-#include <port-protos.h> /* for strdup() */
+#ifdef NEED_STRDUP
+#include "strdup.h"
+#endif
#ifdef NOREADLINE
#include "rlstubs.h"