blob: 264638438c3f597b6f40777b3db49a1035323e06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$OpenBSD$
https://bugs.webkit.org/show_bug.cgi?id=129964
--- Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp.orig Mon Feb 17 20:17:28 2014
+++ Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp Mon Feb 17 20:17:50 2014
@@ -31,6 +31,7 @@
#include "DataReference.h"
#include "SharedMemory.h"
#include <sys/socket.h>
+#include <sys/uio.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
|