Index: uspace/app/netecho/netecho.c
===================================================================
--- uspace/app/netecho/netecho.c	(revision c5b59cee008cd899135ed0a623096d8886843e8c)
+++ uspace/app/netecho/netecho.c	(revision e4554d4cd2ebcf91fb39f3fa98bbd0f229e55fa3)
@@ -43,7 +43,7 @@
 #include <err.h>
 
-#include <in.h>
-#include <in6.h>
-#include <inet.h>
+#include <net/in.h>
+#include <net/in6.h>
+#include <net/inet.h>
 #include <socket.h>
 #include <socket_parse.h>
