summaryrefslogtreecommitdiff
path: root/net-p2p/dogecoin/files/patch-src-util.h
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-01-01 16:32:00 +0000
committerSteve Wills <swills@FreeBSD.org>2014-01-01 16:32:00 +0000
commit97d91945f2e4a4f048abac8da1dff83a756db611 (patch)
treec6e1184dc6006515a76711bc002e8d4252b6600e /net-p2p/dogecoin/files/patch-src-util.h
parentUpdate to 1.4.4 (diff)
- Update to 1.3 [1]
- Fix build on 8.x - Switch to C++11 compiler PR: ports/185247 [1] Submitted by: David Bern <odiegit@gmail.com> [1]
Notes
Notes: svn path=/head/; revision=338379
Diffstat (limited to 'net-p2p/dogecoin/files/patch-src-util.h')
-rw-r--r--net-p2p/dogecoin/files/patch-src-util.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/dogecoin/files/patch-src-util.h b/net-p2p/dogecoin/files/patch-src-util.h
new file mode 100644
index 000000000000..0a51f8c3f409
--- /dev/null
+++ b/net-p2p/dogecoin/files/patch-src-util.h
@@ -0,0 +1,10 @@
+--- src/util.h.orig 2013-12-31 20:53:22.000000000 +0000
++++ src/util.h 2013-12-31 20:53:40.000000000 +0000
+@@ -18,6 +18,7 @@
+ #include <map>
+ #include <vector>
+ #include <string>
++#include <cstdarg>
+
+ #include <boost/thread.hpp>
+ #include <boost/filesystem.hpp>