Skip to content

Commit 173ab5d

Browse files
ikmckenzrakshasa
authored andcommitted
Include netinet/in.h before ip.h for portability
Similar to d9e8f3e
1 parent d3e7f7c commit 173ab5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/torrent/net/network_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define LIBTORRENT_TORRENT_NET_NETWORK_CONFIG_H
33

44
#include <mutex>
5+
#include <netinet/in.h>
56
#include <netinet/ip.h>
67
#include <torrent/net/types.h>
78

0 commit comments

Comments
 (0)