Index: uspace/app/netecho/netecho.c
===================================================================
--- uspace/app/netecho/netecho.c	(revision e4554d4cd2ebcf91fb39f3fa98bbd0f229e55fa3)
+++ uspace/app/netecho/netecho.c	(revision d9e2e0e5da784f24fff54521848626ccafc45bdc)
@@ -46,6 +46,6 @@
 #include <net/in6.h>
 #include <net/inet.h>
-#include <socket.h>
-#include <socket_parse.h>
+#include <net/socket.h>
+#include <net/socket_parse.h>
 
 #include "print_error.h"
