mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Whoops, redo Ultrix patch so the other ports still compile.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.17 1996/11/26 03:19:45 bryanh Exp $
|
||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.18 1996/11/26 07:38:19 bryanh Exp $
|
||||
*
|
||||
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
|
||||
*
|
||||
@@ -54,7 +54,9 @@
|
||||
#include "postgres.h"
|
||||
#include "access/htup.h"
|
||||
#include "libpq-fe.h"
|
||||
#include <port-protos.h> /* for strdup() */
|
||||
#ifdef NEED_STRDUP
|
||||
#include "strdup.h"
|
||||
#endif
|
||||
|
||||
#include "pg_dump.h"
|
||||
|
||||
|
Reference in New Issue
Block a user