aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2015-06-25 09:20:47 +0800
committerkevlo <kevlo@FreeBSD.org>2015-06-25 09:20:47 +0800
commitb0e152a1f60d5afc6bbd7009bb7618f21d842f1d (patch)
tree960ed576a95d4e6ab1b86b681ca71dd6180ff7ce /sysutils
parenteb045ac48d221bfbf40dd5aac754034dd3070760 (diff)
downloadfreebsd-ports-gnome-b0e152a1f60d5afc6bbd7009bb7618f21d842f1d.tar.gz
freebsd-ports-gnome-b0e152a1f60d5afc6bbd7009bb7618f21d842f1d.tar.zst
freebsd-ports-gnome-b0e152a1f60d5afc6bbd7009bb7618f21d842f1d.zip
Add a missing header include for unlink(2).
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/zbackup/files/patch-zcollector.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/zbackup/files/patch-zcollector.cc b/sysutils/zbackup/files/patch-zcollector.cc
new file mode 100644
index 000000000000..a560ee26e55b
--- /dev/null
+++ b/sysutils/zbackup/files/patch-zcollector.cc
@@ -0,0 +1,10 @@
+--- zcollector.cc.orig 2015-06-25 09:16:05.655102000 +0800
++++ zcollector.cc 2015-06-25 09:16:28.606423000 +0800
+@@ -5,6 +5,7 @@
+
+ #include <string>
+ #include <vector>
++#include <unistd.h>
+
+ #include "bundle.hh"
+ #include "chunk_index.hh"