diff options
Diffstat (limited to 'src/bin/pg4_dump/pg4_dump.c')
-rw-r--r-- | src/bin/pg4_dump/pg4_dump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg4_dump/pg4_dump.c b/src/bin/pg4_dump/pg4_dump.c index 6f484d48c64..dad51dc9d66 100644 --- a/src/bin/pg4_dump/pg4_dump.c +++ b/src/bin/pg4_dump/pg4_dump.c @@ -36,6 +36,7 @@ #include "tmp/postgres.h" #include "tmp/libpq-fe.h" #include "libpq/auth.h" +#include <port-protos.h> /* for strdup () */ #include "pg_dump.h" |