first version for tap device support.
[senf.git] / Socket / Protocols / Raw / LLAddressing.cc
index 13038c3..d02b660 100644 (file)
@@ -34,7 +34,7 @@
 #include <boost/algorithm/string/classification.hpp>
 #include <boost/algorithm/string/finder.hpp>
 
-#include "Utils/Exception.hh"
+#include "../../../Utils/Exception.hh"
 
 //#include "LLAddressing.mpp"
 #define prefix_
@@ -51,7 +51,7 @@ prefix_ std::string senf::LLSocketAddress::interface()
     return std::string(name);
 }
 
-prefix_ void senf::LLSocketAddress::interface(std::string iface)
+prefix_ void senf::LLSocketAddress::interface(std::string const & iface)
 {
     if (iface.empty()) 
         addr_.sll_ifindex = 0;