diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-07-11 13:54:25 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-07-11 13:54:25 +0000 |
| commit | b85a965f5fc7243d0386085e12f7a6c836503b42 (patch) | |
| tree | 659ff5b830aa754b70dbde857d3597d356409c42 /src/bin/pg_dump/pg_backup.h | |
| parent | 45a43090748331134d57bc2b74e918b188f34f3a (diff) | |
| download | postgresql-b85a965f5fc7243d0386085e12f7a6c836503b42.tar.gz | |
Allow each C include file to compile on its own by including any needed
header files.
Diffstat (limited to 'src/bin/pg_dump/pg_backup.h')
| -rw-r--r-- | src/bin/pg_dump/pg_backup.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/pg_dump/pg_backup.h b/src/bin/pg_dump/pg_backup.h index 9f0f7ca3ca..cc49aadc71 100644 --- a/src/bin/pg_dump/pg_backup.h +++ b/src/bin/pg_dump/pg_backup.h @@ -15,7 +15,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup.h,v 1.39 2006/05/28 21:13:54 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup.h,v 1.40 2006/07/11 13:54:24 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -26,6 +26,7 @@ #include "postgres_fe.h" #include "pg_dump.h" +#include "dumputils.h" #include "libpq-fe.h" #include "pqexpbuffer.h" |
