summaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent-rasterbar-14/files/patch-src__lsd.cpp
blob: 850bf0af0baca74262f1435df0e313591a236d2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/lsd.cpp.orig	2009-02-12 03:16:27.000000000 +0900
+++ src/lsd.cpp	2009-04-19 05:30:17.000000000 +0900
@@ -41,7 +41,7 @@
 
 #include <boost/bind.hpp>
 #include <boost/ref.hpp>
-#if BOOST_VERSION < 103500
+#if 1 // BOOST_VERSION < 103500
 #include <asio/ip/host_name.hpp>
 #include <asio/ip/multicast.hpp>
 #else