openbsd-ports/www/chromium/patches/patch-net_base_net_util_h
robert 089acff6fe update to the latest stable version which is now 11.0.696.60
+ 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
2011-04-29 13:18:01 +00:00

12 lines
325 B
Plaintext

$OpenBSD: patch-net_base_net_util_h,v 1.1 2011/04/29 13:18:01 robert Exp $
--- net/base/net_util.h.orig Thu Apr 28 18:13:10 2011
+++ net/base/net_util.h Thu Apr 28 18:13:26 2011
@@ -12,6 +12,7 @@
#include <windows.h>
#include <ws2tcpip.h>
#elif defined(OS_POSIX)
+#include <sys/types.h>
#include <sys/socket.h>
#endif