]> granicus.if.org Git - pdns/commitdiff
close ticket 175 fixing compilation on g++ 4.3 (thanks Ruben Kerkhof)
authorBert Hubert <bert.hubert@netherlabs.nl>
Sat, 9 Feb 2008 14:05:08 +0000 (14:05 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sat, 9 Feb 2008 14:05:08 +0000 (14:05 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1136 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/rec_channel.cc

index 69d743ec2ef373a4857edee0cb777d0ce958f9b0..ffc85830f8ec4db9f09509d1f7a8f7672a915284 100644 (file)
@@ -1,6 +1,7 @@
 #include "rec_channel.hh"
 #include <sys/socket.h>
 #include <cerrno>
+#include <cstdlib>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>