freebsd-ports/security/matrixssl/files/patch-examples-sslSocket.h
Tilman Keskinoz 3f5ecd56bf Update to 1.8.8
Switch Mastersite from Gentoo to Debian
Drop Maintainership
2010-01-31 23:12:04 +00:00

10 lines
340 B
C

--- ../examples/sslSocket.h.orig 2010-02-01 00:06:47.000000000 +0100
+++ ../examples/sslSocket.h 2010-02-01 00:06:59.000000000 +0100
@@ -50,6 +50,7 @@
#define getSocketError() WSAGetLastError()
#elif LINUX
#include <sys/socket.h>
+ #include <sys/types.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>