Fixup fromcvs/togit conversion
[pkgsrcv2.git] / net / powerdns / patches / patch-pdns_packethandler.cc
1 $NetBSD$
2
3 Limit inclusion of boost headers to only those necessary to avoid conflicting
4 types errors on Solaris.
5
6 --- pdns/packethandler.cc.orig  2012-01-05 13:54:51.000000000 +0000
7 +++ pdns/packethandler.cc       2012-10-02 10:36:35.971513178 +0000
8 @@ -19,7 +19,7 @@
9  #include "utility.hh"
10  #include <string>
11  #include <sys/types.h>
12 -#include <boost/algorithm/string.hpp>
13 +#include <boost/algorithm/string/predicate.hpp>
14  #include "dns.hh"
15  #include "dnsbackend.hh"
16  #include "ueberbackend.hh"