added a timestamp_system() to return the system's wallclock time (NTP synced)
[senf.git] / senf / Socket / Protocols / UN / ConnectedUNDatagramSocketHandle.cc
index af7fd44..95d39f0 100644 (file)
@@ -30,7 +30,7 @@
 #include <sys/types.h>
 #include <sys/ioctl.h>
 
-#include "../../../Utils/Exception.hh"
+#include <senf/Utils/Exception.hh>
 
 //#include "UNDatagramSocketHandle.mpp"
 #define prefix_
@@ -44,7 +44,7 @@ prefix_ void senf::ConnectedUNDatagramSocketProtocol::init_client() const
     fd(sock);
 }
 
-prefix_ void senf::ConnectedUNDatagramSocketProtocol::init_client(UNSocketAddress const & address) const 
+prefix_ void senf::ConnectedUNDatagramSocketProtocol::init_client(UNSocketAddress const & address) const
 {
     init_client();
     clientHandle().connect(address);