Andreas Wacknitz
2024-03-24 3df02058fb3d48a999bbc8d5d56c2910fbc249a4
commit | author | age
d2bf75 1 --- libtorrent-0.13.8/src/torrent/net/socket_address_key.h.orig    2020-05-24 23:46:13.061817408 +0000
AL 2 +++ libtorrent-0.13.8/src/torrent/net/socket_address_key.h    2020-05-24 23:46:50.283152580 +0000
3 @@ -6,6 +6,9 @@
4  
5  #include <cstring>
6  #include <inttypes.h>
7 +#if defined(__sun)
8 +#include <sys/socket.h>
9 +#endif
10  #include <netinet/in.h>
11  
12  // Unique key for the socket address, excluding port numbers, etc.