+ switch from using system sqlite to the bundled one because they have many modifications that are needed + add a new mirror for the distfile because the google one is utterly slow
12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
$OpenBSD: patch-net_base_net_util_cc,v 1.3 2011/04/29 13:18:01 robert Exp $
|
|
--- net/base/net_util.cc.orig Thu Apr 28 11:50:08 2011
|
|
+++ net/base/net_util.cc Thu Apr 28 11:50:25 2011
|
|
@@ -24,6 +24,7 @@
|
|
#include <fcntl.h>
|
|
#include <ifaddrs.h>
|
|
#include <netdb.h>
|
|
+#include <sys/socket.h>
|
|
#include <net/if.h>
|
|
#include <netinet/in.h>
|
|
#endif
|