1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Fix build on 11-CURRENT

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-07-23 20:00:28 +00:00
parent 1152b896c8
commit 1e9f7f2bd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362724

View File

@ -0,0 +1,10 @@
--- src/DownloadEngine.cc.orig 2014-07-22 22:33:38.000000000 +0800
+++ src/DownloadEngine.cc 2014-07-24 02:58:37.228676022 +0800
@@ -37,6 +37,7 @@
#include <signal.h>
#include <cstring>
+#include <cstdlib>
#include <cerrno>
#include <algorithm>
#include <numeric>