Index: uspace/lib/c/generic/inet/host.c
===================================================================
--- uspace/lib/c/generic/inet/host.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
+++ uspace/lib/c/generic/inet/host.c	(revision 81193639c9f3af3b65a6ea46f1f7422d4d3bec12)
@@ -35,4 +35,5 @@
  */
 
+#include <assert.h>
 #include <errno.h>
 #include <inet/addr.h>
Index: uspace/lib/c/generic/inet/hostport.c
===================================================================
--- uspace/lib/c/generic/inet/hostport.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
+++ uspace/lib/c/generic/inet/hostport.c	(revision 81193639c9f3af3b65a6ea46f1f7422d4d3bec12)
@@ -36,4 +36,5 @@
  */
 
+#include <assert.h>
 #include <errno.h>
 #include <inet/addr.h>
