Don't include <sys/uio.h> when running on Frosted

This commit is contained in:
Daniele Lacamera
2016-09-16 11:43:34 +02:00
parent 3d3f8c9dd3
commit 890bcde1cd

View File

@ -1031,7 +1031,7 @@ WOLFSSL_API int wolfSSL_make_eap_keys(WOLFSSL*, void* key, unsigned int len,
#include <sys/socket.h> #include <sys/socket.h>
#elif !defined(WOLFSSL_MDK_ARM) && !defined(WOLFSSL_IAR_ARM) && \ #elif !defined(WOLFSSL_MDK_ARM) && !defined(WOLFSSL_IAR_ARM) && \
!defined(WOLFSSL_PICOTCP) && !defined(WOLFSSL_ROWLEY_ARM) && \ !defined(WOLFSSL_PICOTCP) && !defined(WOLFSSL_ROWLEY_ARM) && \
!defined(WOLFSSL_EMBOS) !defined(WOLFSSL_EMBOS) && !defined(WOLFSSL_FROSTED)
#include <sys/uio.h> #include <sys/uio.h>
#endif #endif
/* allow writev style writing */ /* allow writev style writing */