aboutsummaryrefslogtreecommitdiffstats
path: root/security/matrixssl/files/patch-examples-sslSocket.h
blob: 80c8f1c04e62f7341c8d717717ab4f49a61061f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ../examples/sslSocket.h.orig    Fri Mar 17 16:32:41 2006
+++ ../examples/sslSocket.h Fri Mar 17 16:32:59 2006
@@ -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>