VCL: application proxy configuration
[vpp.git] / src / vcl / vcom_socket.c
index afcdc95..de558e7 100644 (file)
@@ -30,6 +30,9 @@
 
 #include <vcl/vppcom.h>
 
+#ifndef IOV_MAX
+#define IOV_MAX __IOV_MAX
+#endif
 
 /*
  * VCOM_SOCKET Private definitions and functions.