freebsd-ports/security/matrixssl/files/patch-examples-sslSocket.h
2007-04-17 16:32:27 +00:00

10 lines
337 B
C

--- ../examples/sslSocket.h.orig Tue Apr 17 18:22:16 2007
+++ ../examples/sslSocket.h Tue Apr 17 18:22:39 2007
@@ -49,6 +49,7 @@
#define WOULD_BLOCK WSAEWOULDBLOCK
#define getSocketError() WSAGetLastError()
#elif LINUX
+ #include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>