1diff --git a/lib/core-net/vhost_ios.c b/lib/core-net/vhost_ios.c 2index 298bf01e..e8dc468e 100644 3--- a/lib/core-net/vhost_ios.c 4+++ b/lib/core-net/vhost_ios.c 5@@ -48,6 +48,8 @@ const struct lws_role_ops *available_roles[] = { 6 #endif 7 #if defined(LWS_WITH_NETLINK) 8 &role_ops_netlink, 9+#else 10+ NULL, 11 #endif 12 NULL 13 }; 14