summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.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/interfaces/libpq/fe-connect.c
parentc118543186db298df529cec7a0f922796302d00b (diff)
Whoops, redo Ultrix patch so the other ports still compile.
Diffstat (limited to 'src/interfaces/libpq/fe-connect.c')
-rw-r--r--src/interfaces/libpq/fe-connect.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c
index 696065a3ff9..bccb8fe6f14 100644
--- a/src/interfaces/libpq/fe-connect.c
+++ b/src/interfaces/libpq/fe-connect.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.20 1996/11/26 03:20:35 bryanh Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.21 1996/11/26 07:38:55 bryanh Exp $
*
*-------------------------------------------------------------------------
*/
@@ -30,7 +30,9 @@
#include "fe-auth.h"
#include "libpq-fe.h"
-#include <port-protos.h> /* for strdup() */
+#ifdef NEED_STRDUP
+#include "strdup.h"
+#endif
#if defined(ultrix4) || defined(next)
/* ultrix is lame and doesn't have strdup in libc for some reason */