summaryrefslogtreecommitdiff
path: root/net/powerdns/patches/patch-pdns_receiver.cc
blob: 97221acaa896156f7db15407912096818e1eabf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-pdns_receiver.cc,v 1.2 2014/12/10 14:50:09 fhajny Exp $

Limit inclusion of boost headers to only those necessary to avoid conflicting
types errors on Solaris.

--- pdns/receiver.cc.orig	2014-09-02 08:02:05.000000000 +0000
+++ pdns/receiver.cc
@@ -42,7 +42,7 @@
 #include <sys/mman.h>
 #include <fcntl.h>
 #include <fstream>
-#include <boost/algorithm/string.hpp>
+#include <boost/algorithm/string/trim.hpp>
 
 #include "config.h"
 #include "dns.hh"