]> granicus.if.org Git - pdns/commitdiff
fix up namespace issue for RHEL
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 5 Jan 2015 13:56:19 +0000 (14:56 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Mon, 5 Jan 2015 13:56:19 +0000 (14:56 +0100)
pdns/lua-iputils.cc

index 116bf1035a3ddcd3760b3a07c038095d1efcfc07..261a780c601591fa9789bf41a32437ba26994ba4 100644 (file)
@@ -13,8 +13,7 @@ extern "C" {
 #include <arpa/inet.h>
 #include <string.h>
 #include <netdb.h>
-       
-using namespace std;
+#include "namespaces.hh"       
 #undef L
 
 #if !defined LUA_VERSION_NUM || LUA_VERSION_NUM==501