$OpenBSD: patch-src_io_network_cpp,v 1.1.1.1 2019/08/08 23:08:26 bcallah Exp $

Missing netinet/in.h and sys/select.h

Index: src/io/network.cpp
--- src/io/network.cpp.orig
+++ src/io/network.cpp
@@ -41,6 +41,8 @@
 		#define EWOULDBLOCK WSAEWOULDBLOCK
 		#define MSG_NOSIGNAL 0
 	#else
+		#include <netinet/in.h>
+		#include <sys/select.h>
 		#include <sys/types.h>
 		#include <sys/socket.h>
 		#include <arpa/inet.h>
