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 e768aea1e1c1b71c4e7d59520251bebbdc779f46)
@@ -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 e768aea1e1c1b71c4e7d59520251bebbdc779f46)
@@ -36,4 +36,5 @@
  */
 
+#include <assert.h>
 #include <errno.h>
 #include <inet/addr.h>
