diff options
| author | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-11-26 03:20:35 +0000 |
|---|---|---|
| committer | Bryan Henderson <bryanh@giraffe.netgate.net> | 1996-11-26 03:20:35 +0000 |
| commit | 46d58fba3309d435bca93b1706603d1bab5a0512 (patch) | |
| tree | d62f05b82b87ea98d9f2cb9fc56c390ad0a449c5 /src/bin/pg_dump/common.c | |
| parent | 02c0eb65490c3f5068cdc4839ef516278b8deacc (diff) | |
| download | postgresql-46d58fba3309d435bca93b1706603d1bab5a0512.tar.gz | |
Make it compile on Ultrix. Thanks Erik Bertelson.
Diffstat (limited to 'src/bin/pg_dump/common.c')
| -rw-r--r-- | src/bin/pg_dump/common.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/pg_dump/common.c b/src/bin/pg_dump/common.c index ac03f9e2e1..c5c750f0d7 100644 --- a/src/bin/pg_dump/common.c +++ b/src/bin/pg_dump/common.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.7 1996/11/04 03:59:53 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.8 1996/11/26 03:19:40 bryanh Exp $ * * Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2 * @@ -29,6 +29,7 @@ #include "postgres.h" #include "libpq-fe.h" +#include <port-protos.h> /* for strdup() */ #include "pg_dump.h" |
