projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c90204c
)
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:05:09 +0000
(20:05 +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 12ed6c8640e9977efbdb3c068d611da9dde2c63d..07afef79656846d4a9b01cdd5b50eb362172c81a 100644
(file)
--- a/
src/bin/pg_basebackup/pg_basebackup.c
+++ b/
src/bin/pg_basebackup/pg_basebackup.c
@@
-21,6
+21,7
@@
#include
#include
#include
+#include
#include
#ifdef HAVE_LIBZ