aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base__posix__unix_domain_socket_linux_unittest.cc
blob: bfacd385c9999e89c671ecae56c0e3530813fd3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- ./base/posix/unix_domain_socket_linux_unittest.cc.orig	2014-08-20 21:02:41.000000000 +0200
+++ ./base/posix/unix_domain_socket_linux_unittest.cc	2014-08-22 15:06:24.000000000 +0200
@@ -2,8 +2,13 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
+#include "build/build_config.h"
+
 #include <sys/socket.h>
 #include <sys/types.h>
+#if defined(OS_BSD)
+#include <signal.h>
+#endif
 #include <unistd.h>
 
 #include "base/bind.h"