Socket/Protocols/Raw: LLAddressingPolicy inherit from BSDAddressingPolicy
[senf.git] / senf / Socket / Protocols / Raw / MACAddress.test.cc
index a7b1e71..6272527 100644 (file)
@@ -31,6 +31,7 @@
 #include "MACAddress.hh"
 #include <senf/Utils/String.hh>
 #include "EUI64.hh"
+#include <senf/Socket/Protocols/AddressExceptions.hh>
 
 #include <senf/Utils/auto_unit_test.hh>
 #include <boost/test/test_tools.hpp>
@@ -38,7 +39,7 @@
 #define prefix_
 ///////////////////////////////cc.p////////////////////////////////////////
 
-BOOST_AUTO_UNIT_TEST(macAddress)
+SENF_AUTO_UNIT_TEST(macAddress)
 {
     using senf::MACAddress;
     using senf::AddressSyntaxException;