$NetBSD: patch-ah,v 1.1 2008/09/18 13:04:30 joerg Exp $

--- pdns/communicator.cc.orig	2008-09-18 14:53:45.000000000 +0200
+++ pdns/communicator.cc
@@ -461,7 +461,7 @@ void CommunicatorClass::mainloop(void)
     Utility::sleep(1);
     exit(0);
   }
-  catch(exception &e) {
+  catch(std::exception &e) {
     L<<Logger::Error<<"Communicator thread died because of STL error: "<<e.what()<<endl;
     exit(0);
   }
