game header changes, submitted by Kevin Baca

This commit is contained in:
Todd A Ouska
2011-07-12 12:25:28 -07:00
parent 11efb11126
commit e8aba51b31
3 changed files with 18 additions and 2 deletions
+6 -1
View File
@@ -656,7 +656,12 @@ CYASSL_API int CyaSSL_SetTmpDH(SSL*, unsigned char* p, int pSz,
#ifndef _WIN32
#ifndef NO_WRITEV
#include <sys/uio.h>
#if __PPU
#include <sys/types.h>
#include <sys/socket.h>
#else
#include <sys/uio.h>
#endif
/* allow writev style writing */
CYASSL_API int CyaSSL_writev(SSL* ssl, const struct iovec* iov,
int iovcnt);