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