$OpenBSD: patch-src_net_address_h,v 1.2 2021/04/27 05:26:55 rsadowski Exp $
Index: src/net/address.h
--- src/net/address.h.orig
+++ src/net/address.h
@@ -25,6 +25,9 @@
 #include <netinet/in.h>
 #include <util/constants.h>
 
+#include <sys/types.h>
+#include <sys/socket.h>
+
 namespace net
 {
 using bt::Uint16;
