Roy van Dam / NetworkAPI

Dependents:   NetRelais TCP_Client_Example TCP_Server_Example UDP_Server_Example ... more

Revision:
1:6956f6f96fef
Parent:
0:00d5bc4b46e1
Child:
2:e283a0062097
--- a/udp/socket.hpp	Tue Jul 17 15:01:25 2012 +0000
+++ b/udp/socket.hpp	Tue Jul 17 15:19:47 2012 +0000
@@ -26,8 +26,8 @@
 #ifndef _NETWORK_UDP_SOCKET_HPP_
 #define _NETWORK_UDP_SOCKET_HPP_
 
-#include "network/socket.hpp"
-#include "network/ip/address.hpp"
+#include "../socket.hpp"
+#include "../ip/address.hpp"
 
 namespace network {
 namespace udp {