Index: uspace/app/netecho/comm.c
===================================================================
--- uspace/app/netecho/comm.c	(revision a62ceaf039a5a22dc93ec3e4767e997f0730bbbe)
+++ uspace/app/netecho/comm.c	(revision 4f302225f2b25aadcba779f5a36656dd5a66959e)
@@ -43,6 +43,6 @@
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <str_error.h>
-#include <sys/types.h>
 
 #include "comm.h"
Index: uspace/app/netecho/comm.h
===================================================================
--- uspace/app/netecho/comm.h	(revision a62ceaf039a5a22dc93ec3e4767e997f0730bbbe)
+++ uspace/app/netecho/comm.h	(revision 4f302225f2b25aadcba779f5a36656dd5a66959e)
@@ -37,5 +37,5 @@
 #define COMM_H
 
-#include <sys/types.h>
+#include <stddef.h>
 
 extern int comm_open_listen(const char *);
Index: uspace/app/netecho/netecho.h
===================================================================
--- uspace/app/netecho/netecho.h	(revision a62ceaf039a5a22dc93ec3e4767e997f0730bbbe)
+++ uspace/app/netecho/netecho.h	(revision 4f302225f2b25aadcba779f5a36656dd5a66959e)
@@ -37,5 +37,5 @@
 #define NETECHO_H
 
-#include <sys/types.h>
+#include <stddef.h>
 
 extern void netecho_received(void *, size_t);
