$OpenBSD: patch-src_torrent_utils_net_h,v 1.3 2017/05/19 22:25:53 espie Exp $

Add missing include.

Index: src/torrent/utils/net.h
--- src/torrent/utils/net.h.orig
+++ src/torrent/utils/net.h
@@ -37,6 +37,7 @@
 #ifndef LIBTORRENT_UTILS_NET_H
 #define LIBTORRENT_UTILS_NET_H
 
+#include <sys/socket.h>
 #include <netdb.h>
 #include <functional>
 
