Merge pull request #556 from danielinux/frosted-fix

Fix compilation on Frosted
pull/583/head
Chris Conlon 2016-09-26 12:53:39 -06:00 committed by GitHub
commit be86308a33
1 changed files with 1 additions and 1 deletions

View File

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