]> git.pld-linux.org Git - packages/pdns.git/blame - gcc4.patch
- release 3 (by relup.sh)
[packages/pdns.git] / gcc4.patch
CommitLineData
3259f60d
ŁK
1diff -uNr pdns-3.0/pdns/dnsparser.cc pdns-3.0.new/pdns/dnsparser.cc
2--- pdns-3.0/pdns/dnsparser.cc 2011-07-22 13:23:22.000000000 +0200
3+++ pdns-3.0.new/pdns/dnsparser.cc 2011-11-28 11:59:02.047547670 +0100
514dd7c2
SS
4@@ -20,6 +20,7 @@
5 #include "dnswriter.hh"
6 #include <boost/lexical_cast.hpp>
7 #include <boost/algorithm/string.hpp>
8+#include <cstdio>
9
3259f60d 10 #include "namespaces.hh"
514dd7c2 11
3259f60d
ŁK
12diff -uNr pdns-3.0/pdns/rcpgenerator.cc pdns-3.0.new/pdns/rcpgenerator.cc
13--- pdns-3.0/pdns/rcpgenerator.cc 2011-07-22 13:23:22.000000000 +0200
14+++ pdns-3.0.new/pdns/rcpgenerator.cc 2011-11-28 11:59:22.501841684 +0100
15@@ -22,6 +22,7 @@
16 #include <boost/lexical_cast.hpp>
17 #include <boost/algorithm/string.hpp>
18 #include <iostream>
19+#include <cstdio>
20 #include "base32.hh"
21 #include "base64.hh"
22 #include "namespaces.hh"
This page took 0.039786 seconds and 4 git commands to generate.