projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ab2be
)
Add missing include, required on some platforms
author
Magnus Hagander
Wed, 12 Feb 2014 19:04:13 +0000
(20:04 +0100)
committer
Magnus Hagander
Wed, 12 Feb 2014 19:04:13 +0000
(20:04 +0100)
Noted by the buildfarm and Andres Freund
src/bin/pg_basebackup/pg_basebackup.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/pg_basebackup.c
b/src/bin/pg_basebackup/pg_basebackup.c
index c27c6332ce77c798df098cb54d5ee29066a0df36..b5682d6f51191570dcefcd823007b71442a590d3 100644
(file)
--- a/
src/bin/pg_basebackup/pg_basebackup.c
+++ b/
src/bin/pg_basebackup/pg_basebackup.c
@@
-22,6
+22,7
@@
#include
#include
#include
+#include
#include
#ifdef HAVE_LIBZ