aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_backup_utils.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2014-10-14 17:33:36 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2014-10-14 17:33:36 -0300
commit076d29a1eed5fe51fb2b25b98fcde9dd7c506902 (patch)
treee3a3b83bbe9a5e791d1cb515337071b4608087f8 /src/bin/pg_dump/pg_backup_utils.c
parent0eea8047bf0e15b402b951e383e39236bdfe57d5 (diff)
downloadpostgresql-076d29a1eed5fe51fb2b25b98fcde9dd7c506902.tar.gz
postgresql-076d29a1eed5fe51fb2b25b98fcde9dd7c506902.zip
Blind attempt at fixing Win32 pg_dump issues
Per buildfarm failures
Diffstat (limited to 'src/bin/pg_dump/pg_backup_utils.c')
-rw-r--r--src/bin/pg_dump/pg_backup_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_dump/pg_backup_utils.c b/src/bin/pg_dump/pg_backup_utils.c
index 0d7c6dbbf07..47cb142fa57 100644
--- a/src/bin/pg_dump/pg_backup_utils.c
+++ b/src/bin/pg_dump/pg_backup_utils.c
@@ -13,6 +13,7 @@
*/
#include "postgres_fe.h"
+#include "parallel.h"
#include "pg_backup_utils.h"
/* Globals exported by this file */